Shades of Downy #79CFCB
Tints of Downy #79CFCB
RGB
CMYK
RGB Variations
Color information
#79CFCB (or 0x79CFCB) is known color: Downy. HEX triplet: 79, CF and CB. RGB value is (121,207,203). Sum of RGB (Red+Green+Blue) = 121+207+203=531 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.79% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 207 - color contains mainly: green. Hex color #79CFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CFCB is #863034. Grayscale: #B4B4B4. Windows color (decimal): -8794165 or 13356921. OLE color: 13356921.
HSL color Cylindrical-coordinate representation of color #79CFCB: hue angle of 177.21º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #79CFCB is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 207 | 203 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.19 |
| HSL | 177.21º | 0.47% | 0.64% | - |
| HSV(B) | 177.21º | 0.42% | 0.81% | - |
| XYZ | 40.98 | 53 | 64.57 | - |
| YUV | 180.83 | 140.51 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 207 | 203 | 0.42 | 0 | 0.02 | 0.19 | 177.21 | 0.47 | 0.64 |
| Hex | 79 | CF | CB | 2A | 0 | 2 | 13 | B1 | 2F | 40 |
| Octal | 171 | 317 | 313 | 52 | 0 | 2 | 23 | 261 | 57 | 100 |
| Binary | 1111001 | 11001111 | 11001011 | 101010 | 0 | 10 | 10011 | 10110001 | 101111 | 1000000 |
Color Harmonies of #79CFCB
Complementary color
Monochromatic Colors of #79CFCB
Black with #79CFCB
Text Example
Text Example
White with #79CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CFCB; }
p { color: rgb(121,207,203); }
H1.HeaderClassName
{
color: #79CFCB;
}
.AnyTagClassName
{
color: #79CFCB;
}
</style>
background-color css
<style>
a { background-color: #79CFCB; }
a { background-color: rgb(121,207,203); }
div.DivClassName
{
background-color: #79CFCB;
}
.BgClassName
{
background-color: #79CFCB;
}
</style>
border-color css
<style>
span { border-color: #79CFCB; }
span { border-color: rgb(121,207,203); }
td.TdClassName
{
border-color: #79CFCB;
}
.TagClassName
{
border-color: #79CFCB;
}
</style>