#79D2CA

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

Shades of Downy #79D2CA

Tints of Downy #79D2CA

Color information

#79D2CA (or 0x79D2CA) is unknown color: approx Downy. HEX triplet: 79, D2 and CA. RGB value is (121,210,202). Sum of RGB (Red+Green+Blue) = 121+210+202=533 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.70% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 210 - color contains mainly: green. Hex color #79D2CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79D2CA is #862D35. Grayscale: #B6B6B6. Windows color (decimal): -8793398 or 13292153. OLE color: 13292153.

HSL color Cylindrical-coordinate representation of color #79D2CA: hue angle of 174.61º 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 #79D2CA is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB121210202-
CMYK0.4200.040.18
HSL174.61º49.72%64.9%-
HSV(B)174.61º42.38%82.35%-
XYZ41.5954.4264.19-
YUV182.48139.0184.15-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.70%
GREEN value IS 210 (82.42% from 255) = 39.40%
BLUE value IS 202 (79.30% from 255) = 37.90%
R=22.70%
G=39.40%
B=37.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1212102020.4200.040.18174.6149.7264.9
Hex79D2CA2A0412af3241
Octal17132231252042225762101
Binary11110011101001011001010101010010010010101011111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79D2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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