Shades of Downy #79CEC0
Tints of Downy #79CEC0
RGB
CMYK
RGB Variations
Color information
#79CEC0 (or 0x79CEC0) is known color: Downy. HEX triplet: 79, CE and C0. RGB value is (121,206,192). Sum of RGB (Red+Green+Blue) = 121+206+192=519 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.31% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 206 - color contains mainly: green. Hex color #79CEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CEC0 is #86313F. Grayscale: #B2B2B2. Windows color (decimal): -8794432 or 12635769. OLE color: 12635769.
HSL color Cylindrical-coordinate representation of color #79CEC0: hue angle of 170.12º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #79CEC0 is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 206 | 192 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.19 |
| HSL | 170.12º | 0.46% | 0.64% | - |
| HSV(B) | 170.12º | 0.41% | 0.81% | - |
| XYZ | 39.47 | 52.01 | 57.83 | - |
| YUV | 178.99 | 135.34 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 206 | 192 | 0.41 | 0 | 0.07 | 0.19 | 170.12 | 0.46 | 0.64 |
| Hex | 79 | CE | C0 | 29 | 0 | 7 | 13 | AA | 2E | 40 |
| Octal | 171 | 316 | 300 | 51 | 0 | 7 | 23 | 252 | 56 | 100 |
| Binary | 1111001 | 11001110 | 11000000 | 101001 | 0 | 111 | 10011 | 10101010 | 101110 | 1000000 |
Color Harmonies of #79CEC0
Complementary color
Monochromatic Colors of #79CEC0
Black with #79CEC0
Text Example
Text Example
White with #79CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CEC0; }
p { color: rgb(121,206,192); }
H1.HeaderClassName
{
color: #79CEC0;
}
.AnyTagClassName
{
color: #79CEC0;
}
</style>
background-color css
<style>
a { background-color: #79CEC0; }
a { background-color: rgb(121,206,192); }
div.DivClassName
{
background-color: #79CEC0;
}
.BgClassName
{
background-color: #79CEC0;
}
</style>
border-color css
<style>
span { border-color: #79CEC0; }
span { border-color: rgb(121,206,192); }
td.TdClassName
{
border-color: #79CEC0;
}
.TagClassName
{
border-color: #79CEC0;
}
</style>