#76C2DC

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

Shades of Spray #76C2DC

Tints of Spray #76C2DC

Color information

#76C2DC (or 0x76C2DC) is unknown color: approx Spray. HEX triplet: 76, C2 and DC. RGB value is (118,194,220). Sum of RGB (Red+Green+Blue) = 118+194+220=532 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.18% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #76C2DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C2DC is #893D23. Grayscale: #AEAEAE. Windows color (decimal): -8994084 or 14467702. OLE color: 14467702.

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

Color convert

RGB118194220-
CMYK0.460.1200.14
HSL195.29º59.3%66.27%-
HSV(B)195.29º46.36%86.27%-
XYZ39.6847.674.81-
YUV174.24153.8287.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.18%
GREEN value IS 194 (76.17% from 255) = 36.47%
BLUE value IS 220 (86.33% from 255) = 41.35%
R=22.18%
G=36.47%
B=41.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1181942200.460.1200.14195.2959.366.27
Hex76C2DC2EC0Ec33b42
Octal166302334561401630373102
Binary11101101100001011011100101110110001110110000111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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