#76D5C9

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

Shades of Downy #76D5C9

Tints of Downy #76D5C9

Color information

#76D5C9 (or 0x76D5C9) is unknown color: approx Downy. HEX triplet: 76, D5 and C9. RGB value is (118,213,201). Sum of RGB (Red+Green+Blue) = 118+213+201=532 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.18% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 213 - color contains mainly: green. Hex color #76D5C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D5C9 is #892A36. Grayscale: #B7B7B7. Windows color (decimal): -8989239 or 13227382. OLE color: 13227382.

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

Color convert

RGB118213201-
CMYK0.4500.060.16
HSL172.42º53.07%64.9%-
HSV(B)172.42º44.6%83.53%-
XYZ41.8155.6663.8-
YUV183.23138.0381.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.18%
GREEN value IS 213 (83.59% from 255) = 40.04%
BLUE value IS 201 (78.91% from 255) = 37.78%
R=22.18%
G=40.04%
B=37.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1182132010.4500.060.16172.4253.0764.9
Hex76D5C92D0610ac3541
Octal16632531155062025465101
Binary11101101101010111001001101101011010000101011001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,213,201); }

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

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

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

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

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

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

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