#76D6CD

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

Shades of Downy #76D6CD

Tints of Downy #76D6CD

Color information

#76D6CD (or 0x76D6CD) is unknown color: approx Downy. HEX triplet: 76, D6 and CD. RGB value is (118,214,205). Sum of RGB (Red+Green+Blue) = 118+214+205=537 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.97% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 214 - color contains mainly: green. Hex color #76D6CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D6CD is #892932. Grayscale: #B8B8B8. Windows color (decimal): -8988979 or 13489782. OLE color: 13489782.

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

Color convert

RGB118214205-
CMYK0.4500.040.16
HSL174.38º53.93%65.1%-
HSV(B)174.38º44.86%83.92%-
XYZ42.5456.3566.39-
YUV184.27139.780.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.97%
GREEN value IS 214 (83.98% from 255) = 39.85%
BLUE value IS 205 (80.47% from 255) = 38.18%
R=21.97%
G=39.85%
B=38.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1182142050.4500.040.16174.3853.9365.1
Hex76D6CD2D0410ae3641
Octal16632631555042025666101
Binary11101101101011011001101101101010010000101011101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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