#76D2DD

Color #76D2DD Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #76D2DD

Tints of Spray #76D2DD

Color information

#76D2DD (or 0x76D2DD) is unknown color: approx Spray. HEX triplet: 76, D2 and DD. RGB value is (118,210,221). Sum of RGB (Red+Green+Blue) = 118+210+221=549 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.49% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #76D2DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D2DD is #892D22. Grayscale: #B7B7B7. Windows color (decimal): -8989987 or 14537334. OLE color: 14537334.

HSL color Cylindrical-coordinate representation of color #76D2DD: hue angle of 186.41º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76D2DD is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB118210221-
CMYK0.470.0500.13
HSL186.41º60.23%66.47%-
HSV(B)186.41º46.61%86.67%-
XYZ43.5755.1776.76-
YUV183.75149.0281.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 21.49%
GREEN value IS 210 (82.42% from 255) = 38.25%
BLUE value IS 221 (86.72% from 255) = 40.26%
R=21.49%
G=38.25%
B=40.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182102210.470.0500.13186.4160.2366.47
Hex76D2DD2F50Dba3c42
Octal16632233557501527274102
Binary1110110110100101101110110111110101101101110101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76D2DD; }

 p { color: rgb(118,210,221); }

 H1.HeaderClassName
 {
   color: #76D2DD;
 }
 .AnyTagClassName
 {
   color: #76D2DD;
 }
</style>
background-color css

<style>
 a { background-color: #76D2DD; }

 a { background-color: rgb(118,210,221); }

 div.DivClassName
 {
   background-color: #76D2DD;
 }
 .BgClassName
 {
   background-color: #76D2DD;
 }
</style>
border-color css

<style>
 span { border-color: #76D2DD; }

 span { border-color: rgb(118,210,221); }

 td.TdClassName
 {
   border-color: #76D2DD;
 }
 .TagClassName
 {
   border-color: #76D2DD;
 }
</style>