COLOR #76FABD

HEX: #76FABD RGB: (118,250,189)

Color info

#76FABD contains mainly green color. Web safe color of #76FABD is #66FFCC (or #6FC).

RGB color model

#76FABD color RGB value is (118,250,189).

RGB: (118,250,189) (46%, 98%, 74%)

RGB channels and saturation

R 118 of 255 = 46%
G 250 of 255 = 98%
B 189 of 255 = 74%

118
250
189

R + G + B ~ 73%. #76FABD is quite light color.

Portions of RGB colors in percentages

R + G + B = 118 + 250 + 189 = 557 (100%)
R 118 of 557 ~ 21.18%
G 250 of 557 ~ 44.88%
B 189 of 557 ~ 33.93'%

%21.18
%44.88
%33.93

CMYK color model

#76FABD color CMYK value is (53,0,24,2).

  • cyan value is 52.80%
  • magenta value is 0.00%
  • yellow value is 24.40%
  • key color value is 1.96%

CMYK: (53,0,24,2)
C53M0Y24K2 (53%, 0%, 24%, 2%)
(0.53 / 0.00 / 0.24 / 0.02)

CMYK percentages

%52.8
%0
%24.4
%1.96

Codes

Color #76FABD in popluar color models

76 FA BD
RGB 118 250 189
HSL 152° 92.96% 72.16%
HSB/HSV 152° 52.80% 98.04%
CMYK 52.80% 0.00% 24.40%
1.96%

Color #76FABD in popluar number systems.

HEX 76 FA BD
Decimal 118 250 189
Binary 1110110 11111010 10111101
Octal 166 372 275

Shades and tints

Shades of #76FABD

#76FABD
(118,250,189)
#6CE4AC
(108,228,172)
#62CE9B
(98,206,155)
#58B88A
(88,184,138)
#4EA279
(78,162,121)
#448C68
(68,140,104)
#3A7657
(58,118,87)
#306046
(48,96,70)
#264A35
(38,74,53)
#1C3424
(28,52,36)
#121E13
(18,30,19)
#000000
(0,0,0)

Tints of #76FABD

#76FABD
(118,250,189)
#82FAC3
(130,250,195)
#8EFAC9
(142,250,201)
#9AFACF
(154,250,207)
#A6FAD5
(166,250,213)
#B2FADB
(178,250,219)
#BEFAE1
(190,250,225)
#CAFAE7
(202,250,231)
#D6FAED
(214,250,237)
#E2FAF3
(226,250,243)
#EEFAF9
(238,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76FABD color. Also use rgb(118,250,189) instead hex code.

Text Font Color

.myTextColor { color: #76FABD; }

<p style="color:#76FABD">This sample text font color is #76FABD.</p>

This text font color is #76FABD.

Background Color

.myBgColor { background-color: #76FABD; }

<div style="background-color:#76FABD">Inner text</div>

This div background color is #76FABD.

Border color

.myBorderColor { border: 1px solid #76FABD; }

<div style="border:3px solid #76FABD">Div</div>

This div border color is #76FABD.

Opacity

.myOpacity80 { color: #76FABD; opacity: 0.8; }

<p style="color:#76FABD;opacity:0.8;">80%</p>

Text with #76FABD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #76FABD;}

<p style="text-shadow: 3px 3px 1px #76FABD">Text here.</p>

This text has shadow with #76FABD color.


.textShadow {text-shadow: 3px 3px 1px #76FABD', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #76FABD, 5px 5px 20px red">Text here.</p>

This text has shadow with #76FABD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76FABD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#76FABD, Direction=45, Strength=4)">Text</p>

This text has shadow with #76FABD and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76FABD;
-webkit-box-shadow: 1px 1px 3px 2px #76FABD;
box-shadow: 1px 1px 3px 2px #76FABD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76FABD; -webkit-box-shadow: 1px 1px 3px 2px #76FABD; box-shadow:1px 1px 3px 2px #76FABD;">
Div content here
</div>

This div box has shadow with color #76FABD.

Preview

Color preview on black background

This text has color #76FABD on black background.


Color preview on white background

This text has color #76FABD on white background.


Black color preview on #76FABD background

This text has black color on #76FABD background.


White color preview on #76FABD background

This text has white color on #76FABD background.


Related colors

Complementary color

Complementary color for #hex is #890542.


I love getcolorcode.com

Triadic colors

1 #BD76FA and #FABD76 with #76FABD are triadic colors.

2 #BDFA76 and #FA76BD with #76FABD are triadic colors.