#76D2DC

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

Shades of Spray #76D2DC

Tints of Spray #76D2DC

Color information

#76D2DC (or 0x76D2DC) is unknown color: approx Spray. HEX triplet: 76, D2 and DC. RGB value is (118,210,220). Sum of RGB (Red+Green+Blue) = 118+210+220=548 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.53% from 548); Green value is 210 (82.42% from 255 or 38.32% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #76D2DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D2DC is #892D23. Grayscale: #B7B7B7. Windows color (decimal): -8989988 or 14471798. OLE color: 14471798.

HSL color Cylindrical-coordinate representation of color #76D2DC: hue angle of 185.88º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76D2DC is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB118210220-
CMYK0.460.0500.14
HSL185.88º59.3%66.27%-
HSV(B)185.88º46.36%86.27%-
XYZ43.4455.1176.06-
YUV183.63148.5281.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.53%
GREEN value IS 210 (82.42% from 255) = 38.32%
BLUE value IS 220 (86.33% from 255) = 40.15%
R=21.53%
G=38.32%
B=40.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1182102200.460.0500.14185.8859.366.27
Hex76D2DC2E50Eba3b42
Octal16632233456501627273102
Binary1110110110100101101110010111010101110101110101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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