#76CEDC

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

Shades of Spray #76CEDC

Tints of Spray #76CEDC

Color information

#76CEDC (or 0x76CEDC) is unknown color: approx Spray. HEX triplet: 76, CE and DC. RGB value is (118,206,220). Sum of RGB (Red+Green+Blue) = 118+206+220=544 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.69% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #76CEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CEDC is #893123. Grayscale: #B5B5B5. Windows color (decimal): -8991012 or 14470774. OLE color: 14470774.

HSL color Cylindrical-coordinate representation of color #76CEDC: hue angle of 188.24º 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 #76CEDC is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB118206220-
CMYK0.460.0600.14
HSL188.24º59.3%66.27%-
HSV(B)188.24º46.36%86.27%-
XYZ42.4653.1675.73-
YUV181.28149.8582.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.69%
GREEN value IS 206 (80.86% from 255) = 37.87%
BLUE value IS 220 (86.33% from 255) = 40.44%
R=21.69%
G=37.87%
B=40.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1182062200.460.0600.14188.2459.366.27
Hex76CEDC2E60Ebc3b42
Octal16631633456601627473102
Binary1110110110011101101110010111011001110101111001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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