#76D6D0

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

Shades of Downy #76D6D0

Tints of Downy #76D6D0

Color information

#76D6D0 (or 0x76D6D0) is unknown color: approx Downy. HEX triplet: 76, D6 and D0. RGB value is (118,214,208). Sum of RGB (Red+Green+Blue) = 118+214+208=540 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.85% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 214 - color contains mainly: green. Hex color #76D6D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D6D0 is #89292F. Grayscale: #B8B8B8. Windows color (decimal): -8988976 or 13686390. OLE color: 13686390.

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

Color convert

RGB118214208-
CMYK0.4500.030.16
HSL176.25º53.93%65.1%-
HSV(B)176.25º44.86%83.92%-
XYZ42.956.568.32-
YUV184.61141.280.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.85%
GREEN value IS 214 (83.98% from 255) = 39.63%
BLUE value IS 208 (81.64% from 255) = 38.52%
R=21.85%
G=39.63%
B=38.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1182142080.4500.030.16176.2553.9365.1
Hex76D6D02D0310b03641
Octal16632632055032026066101
Binary1110110110101101101000010110101110000101100001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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