#76D7D3

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

Shades of Spray #76D7D3

Tints of Spray #76D7D3

Color information

#76D7D3 (or 0x76D7D3) is unknown color: approx Spray. HEX triplet: 76, D7 and D3. RGB value is (118,215,211). Sum of RGB (Red+Green+Blue) = 118+215+211=544 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.69% from 544); Green value is 215 (84.38% from 255 or 39.52% from 544); Blue value is 211 (82.81% from 255 or 38.79% from 544); Max value from RGB is 215 - color contains mainly: green. Hex color #76D7D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D7D3 is #89282C. Grayscale: #B9B9B9. Windows color (decimal): -8988717 or 13883254. OLE color: 13883254.

HSL color Cylindrical-coordinate representation of color #76D7D3: hue angle of 177.53º degrees, saturation: 0.55, 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 #76D7D3 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB118215211-
CMYK0.4500.020.16
HSL177.53º54.8%65.29%-
HSV(B)177.53º45.12%84.31%-
XYZ43.5357.1670.37-
YUV185.54142.3679.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.69%
GREEN value IS 215 (84.38% from 255) = 39.52%
BLUE value IS 211 (82.81% from 255) = 38.79%
R=21.69%
G=39.52%
B=38.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1182152110.4500.020.16177.5354.865.29
Hex76D7D32D0210b23741
Octal16632732355022026267101
Binary1110110110101111101001110110101010000101100101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D7D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,215,211); }

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

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

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

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

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

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

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