#79D5CA

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

Shades of Downy #79D5CA

Tints of Downy #79D5CA

Color information

#79D5CA (or 0x79D5CA) is unknown color: approx Downy. HEX triplet: 79, D5 and CA. RGB value is (121,213,202). Sum of RGB (Red+Green+Blue) = 121+213+202=536 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.57% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 213 - color contains mainly: green. Hex color #79D5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79D5CA is #862A35. Grayscale: #B8B8B8. Windows color (decimal): -8792630 or 13292921. OLE color: 13292921.

HSL color Cylindrical-coordinate representation of color #79D5CA: hue angle of 172.83º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #79D5CA is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB121213202-
CMYK0.4300.050.16
HSL172.83º52.27%65.49%-
HSV(B)172.83º43.19%83.53%-
XYZ42.3455.9264.44-
YUV184.24138.0282.89-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.57%
GREEN value IS 213 (83.59% from 255) = 39.74%
BLUE value IS 202 (79.30% from 255) = 37.69%
R=22.57%
G=39.74%
B=37.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1212132020.4300.050.16172.8352.2765.49
Hex79D5CA2B0510ad3441
Octal17132531253052025564101
Binary11110011101010111001010101011010110000101011011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79D5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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