Shades of Downy #72CFCD
Tints of Downy #72CFCD
RGB
CMYK
RGB Variations
Color information
#72CFCD (or 0x72CFCD) is known color: Downy. HEX triplet: 72, CF and CD. RGB value is (114,207,205). Sum of RGB (Red+Green+Blue) = 114+207+205=526 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.67% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 207 - color contains mainly: green. Hex color #72CFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CFCD is #8D3032. Grayscale: #B2B2B2. Windows color (decimal): -9252915 or 13487986. OLE color: 13487986.
HSL color Cylindrical-coordinate representation of color #72CFCD: hue angle of 178.71º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72CFCD is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 207 | 205 | - |
| CMYK | 0.45 | 0 | 0.01 | 0.19 |
| HSL | 178.71º | 0.49% | 0.63% | - |
| HSV(B) | 178.71º | 0.45% | 0.81% | - |
| XYZ | 40.27 | 52.61 | 65.79 | - |
| YUV | 178.97 | 142.69 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 207 | 205 | 0.45 | 0 | 0.01 | 0.19 | 178.71 | 0.49 | 0.63 |
| Hex | 72 | CF | CD | 2D | 0 | 1 | 13 | B3 | 31 | 3F |
| Octal | 162 | 317 | 315 | 55 | 0 | 1 | 23 | 263 | 61 | 77 |
| Binary | 1110010 | 11001111 | 11001101 | 101101 | 0 | 1 | 10011 | 10110011 | 110001 | 111111 |
Color Harmonies of #72CFCD
Complementary color
Monochromatic Colors of #72CFCD
Black with #72CFCD
Text Example
Text Example
White with #72CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CFCD; }
p { color: rgb(114,207,205); }
H1.HeaderClassName
{
color: #72CFCD;
}
.AnyTagClassName
{
color: #72CFCD;
}
</style>
background-color css
<style>
a { background-color: #72CFCD; }
a { background-color: rgb(114,207,205); }
div.DivClassName
{
background-color: #72CFCD;
}
.BgClassName
{
background-color: #72CFCD;
}
</style>
border-color css
<style>
span { border-color: #72CFCD; }
span { border-color: rgb(114,207,205); }
td.TdClassName
{
border-color: #72CFCD;
}
.TagClassName
{
border-color: #72CFCD;
}
</style>