#76D6D6

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

Shades of Spray #76D6D6

Tints of Spray #76D6D6

Color information

#76D6D6 (or 0x76D6D6) is unknown color: approx Spray. HEX triplet: 76, D6 and D6. RGB value is (118,214,214). Sum of RGB (Red+Green+Blue) = 118+214+214=546 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.61% from 546); Green value is 214 (83.98% from 255 or 39.19% from 546); Blue value is 214 (83.98% from 255 or 39.19% from 546); Max value from RGB is 214 - color contains mainly: green, blue. Hex color #76D6D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D6D6 is #892929. Grayscale: #B9B9B9. Windows color (decimal): -8988970 or 14079606. OLE color: 14079606.

HSL color Cylindrical-coordinate representation of color #76D6D6: hue angle of 180º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76D6D6 is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB118214214-
CMYK0.45000.16
HSL180º53.93%65.1%-
HSV(B)180º44.86%83.92%-
XYZ43.6656.872.28-
YUV185.3144.280-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.61%
GREEN value IS 214 (83.98% from 255) = 39.19%
BLUE value IS 214 (83.98% from 255) = 39.19%
R=21.61%
G=39.19%
B=39.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1182142140.45000.1618053.9365.1
Hex76D6D62D0010b43641
Octal16632632655002026466101
Binary111011011010110110101101011010010000101101001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D6D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,214,214); }

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

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

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

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

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

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

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