#79CAC0

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

Shades of Downy #79CAC0

Tints of Downy #79CAC0

Color information

#79CAC0 (or 0x79CAC0) is unknown color: approx Downy. HEX triplet: 79, CA and C0. RGB value is (121,202,192). Sum of RGB (Red+Green+Blue) = 121+202+192=515 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.50% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 202 - color contains mainly: green. Hex color #79CAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CAC0 is #86353F. Grayscale: #B0B0B0. Windows color (decimal): -8795456 or 12634745. OLE color: 12634745.

HSL color Cylindrical-coordinate representation of color #79CAC0: hue angle of 172.59º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79CAC0 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB121202192-
CMYK0.4000.050.21
HSL172.59º43.32%63.33%-
HSV(B)172.59º40.1%79.22%-
XYZ38.5250.1157.51-
YUV176.64136.6688.31-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.50%
GREEN value IS 202 (79.30% from 255) = 39.22%
BLUE value IS 192 (75.39% from 255) = 37.28%
R=23.50%
G=39.22%
B=37.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1212021920.4000.050.21172.5943.3263.33
Hex79CAC0280515ad2b3f
Octal1713123005005252555377
Binary1111001110010101100000010100001011010110101101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79CAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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