#79D2CD

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

Shades of Downy #79D2CD

Tints of Downy #79D2CD

Color information

#79D2CD (or 0x79D2CD) is unknown color: approx Downy. HEX triplet: 79, D2 and CD. RGB value is (121,210,205). Sum of RGB (Red+Green+Blue) = 121+210+205=536 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.57% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 210 - color contains mainly: green. Hex color #79D2CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79D2CD is #862D32. Grayscale: #B6B6B6. Windows color (decimal): -8793395 or 13488761. OLE color: 13488761.

HSL color Cylindrical-coordinate representation of color #79D2CD: hue angle of 176.63º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #79D2CD is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB121210205-
CMYK0.4200.020.18
HSL176.63º49.72%64.9%-
HSV(B)176.63º42.38%82.35%-
XYZ41.9554.5766.08-
YUV182.82140.5183.91-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.57%
GREEN value IS 210 (82.42% from 255) = 39.18%
BLUE value IS 205 (80.47% from 255) = 38.25%
R=22.57%
G=39.18%
B=38.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1212102050.4200.020.18176.6349.7264.9
Hex79D2CD2A0212b13241
Octal17132231552022226162101
Binary1111001110100101100110110101001010010101100011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79D2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79D2CD; }

 p { color: rgb(121,210,205); }

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

<style>
 a { background-color: #79D2CD; }

 a { background-color: rgb(121,210,205); }

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

<style>
 span { border-color: #79D2CD; }

 span { border-color: rgb(121,210,205); }

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