COLOR #76D7F0

HEX: #76D7F0 RGB: (118,215,240)

Color info

#76D7F0 contains mainly green and blue colors. Web safe color of #76D7F0 is #66CCFF (or #6CF).

RGB color model

#76D7F0 color RGB value is (118,215,240).

RGB: (118,215,240) (46%, 84%, 94%)

RGB channels and saturation

R 118 of 255 = 46%
G 215 of 255 = 84%
B 240 of 255 = 94%

118
215
240

R + G + B ~ 75%. #76D7F0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 118 + 215 + 240 = 573 (100%)
R 118 of 573 ~ 20.59%
G 215 of 573 ~ 37.52%
B 240 of 573 ~ 41.88'%

%20.59
%37.52
%41.88

CMYK color model

#76D7F0 color CMYK value is (51,10,0,6).

  • cyan value is 50.83%
  • magenta value is 10.42%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (51,10,0,6)
C51M10Y0K6 (51%, 10%, 0%, 6%)
(0.51 / 0.10 / 0.00 / 0.06)

CMYK percentages

%50.83
%10.42
%0
%5.88

Codes

Color #76D7F0 in popluar color models

76 D7 F0
RGB 118 215 240
HSL 192° 80.26% 70.20%
HSB/HSV 192° 50.83% 94.12%
CMYK 50.83% 10.42% 0.00%
5.88%

Color #76D7F0 in popluar number systems.

HEX 76 D7 F0
Decimal 118 215 240
Binary 1110110 11010111 11110000
Octal 166 327 360

Shades and tints

Shades of #76D7F0

#76D7F0
(118,215,240)
#6CC4DB
(108,196,219)
#62B1C6
(98,177,198)
#589EB1
(88,158,177)
#4E8B9C
(78,139,156)
#447887
(68,120,135)
#3A6572
(58,101,114)
#30525D
(48,82,93)
#263F48
(38,63,72)
#1C2C33
(28,44,51)
#12191E
(18,25,30)
#000000
(0,0,0)

Tints of #76D7F0

#76D7F0
(118,215,240)
#82DAF1
(130,218,241)
#8EDDF2
(142,221,242)
#9AE0F3
(154,224,243)
#A6E3F4
(166,227,244)
#B2E6F5
(178,230,245)
#BEE9F6
(190,233,246)
#CAECF7
(202,236,247)
#D6EFF8
(214,239,248)
#E2F2F9
(226,242,249)
#EEF5FA
(238,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76D7F0 color. Also use rgb(118,215,240) instead hex code.

Text Font Color

.myTextColor { color: #76D7F0; }

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

This text font color is #76D7F0.

Background Color

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

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

This div background color is #76D7F0.

Border color

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

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

This div border color is #76D7F0.

Opacity

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

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

Text with #76D7F0 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 #76D7F0;}

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

This text has shadow with #76D7F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76D7F0.

Preview

Color preview on black background

This text has color #76D7F0 on black background.


Color preview on white background

This text has color #76D7F0 on white background.


Black color preview on #76D7F0 background

This text has black color on #76D7F0 background.


White color preview on #76D7F0 background

This text has white color on #76D7F0 background.


Related colors

Complementary color

Complementary color for #hex is #89280F.


I love getcolorcode.com

Triadic colors

1 #F076D7 and #D7F076 with #76D7F0 are triadic colors.

2 #F0D776 and #D776F0 with #76D7F0 are triadic colors.