Shades of Downy #72CFB9
Tints of Downy #72CFB9
RGB
CMYK
RGB Variations
Color information
#72CFB9 (or 0x72CFB9) is known color: Downy. HEX triplet: 72, CF and B9. RGB value is (114,207,185). Sum of RGB (Red+Green+Blue) = 114+207+185=506 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.53% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 207 - color contains mainly: green. Hex color #72CFB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CFB9 is #8D3046. Grayscale: #B0B0B0. Windows color (decimal): -9252935 or 12177266. OLE color: 12177266.
HSL color Cylindrical-coordinate representation of color #72CFB9: hue angle of 165.81º 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 #72CFB9 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 207 | 185 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.19 |
| HSL | 165.81º | 0.49% | 0.63% | - |
| HSV(B) | 165.81º | 0.45% | 0.81% | - |
| XYZ | 38.01 | 51.71 | 53.88 | - |
| YUV | 176.69 | 132.69 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 207 | 185 | 0.45 | 0 | 0.11 | 0.19 | 165.81 | 0.49 | 0.63 |
| Hex | 72 | CF | B9 | 2D | 0 | B | 13 | A6 | 31 | 3F |
| Octal | 162 | 317 | 271 | 55 | 0 | 13 | 23 | 246 | 61 | 77 |
| Binary | 1110010 | 11001111 | 10111001 | 101101 | 0 | 1011 | 10011 | 10100110 | 110001 | 111111 |
Color Harmonies of #72CFB9
Complementary color
Monochromatic Colors of #72CFB9
Black with #72CFB9
Text Example
Text Example
White with #72CFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CFB9; }
p { color: rgb(114,207,185); }
H1.HeaderClassName
{
color: #72CFB9;
}
.AnyTagClassName
{
color: #72CFB9;
}
</style>
background-color css
<style>
a { background-color: #72CFB9; }
a { background-color: rgb(114,207,185); }
div.DivClassName
{
background-color: #72CFB9;
}
.BgClassName
{
background-color: #72CFB9;
}
</style>
border-color css
<style>
span { border-color: #72CFB9; }
span { border-color: rgb(114,207,185); }
td.TdClassName
{
border-color: #72CFB9;
}
.TagClassName
{
border-color: #72CFB9;
}
</style>