#76D0C5

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

Shades of Downy #76D0C5

Tints of Downy #76D0C5

Color information

#76D0C5 (or 0x76D0C5) is unknown color: approx Downy. HEX triplet: 76, D0 and C5. RGB value is (118,208,197). Sum of RGB (Red+Green+Blue) = 118+208+197=523 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.56% from 523); Green value is 208 (81.64% from 255 or 39.77% from 523); Blue value is 197 (77.34% from 255 or 37.67% from 523); Max value from RGB is 208 - color contains mainly: green. Hex color #76D0C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D0C5 is #892F3A. Grayscale: #B3B3B3. Windows color (decimal): -8990523 or 12963958. OLE color: 12963958.

HSL color Cylindrical-coordinate representation of color #76D0C5: hue angle of 172.67º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76D0C5 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB118208197-
CMYK0.4300.050.18
HSL172.67º48.91%63.92%-
HSV(B)172.67º43.27%81.57%-
XYZ40.1152.9960.94-
YUV179.84137.6883.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.56%
GREEN value IS 208 (81.64% from 255) = 39.77%
BLUE value IS 197 (77.34% from 255) = 37.67%
R=22.56%
G=39.77%
B=37.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1182081970.4300.050.18172.6748.9163.92
Hex76D0C52B0512ad3140
Octal16632030553052225561100
Binary11101101101000011000101101011010110010101011011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,208,197); }

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

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

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

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

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

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

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