Shades of Downy #72C9BA
Tints of Downy #72C9BA
RGB
CMYK
RGB Variations
Color information
#72C9BA (or 0x72C9BA) is known color: Downy. HEX triplet: 72, C9 and BA. RGB value is (114,201,186). Sum of RGB (Red+Green+Blue) = 114+201+186=501 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.75% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 201 - color contains mainly: green. Hex color #72C9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C9BA is #8D3645. Grayscale: #ADADAD. Windows color (decimal): -9254470 or 12241266. OLE color: 12241266.
HSL color Cylindrical-coordinate representation of color #72C9BA: hue angle of 169.66º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72C9BA is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 201 | 186 | - |
| CMYK | 0.43 | 0 | 0.07 | 0.21 |
| HSL | 169.66º | 0.45% | 0.62% | - |
| HSV(B) | 169.66º | 0.43% | 0.79% | - |
| XYZ | 36.69 | 48.9 | 53.96 | - |
| YUV | 173.28 | 135.18 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 201 | 186 | 0.43 | 0 | 0.07 | 0.21 | 169.66 | 0.45 | 0.62 |
| Hex | 72 | C9 | BA | 2B | 0 | 7 | 15 | AA | 2D | 3E |
| Octal | 162 | 311 | 272 | 53 | 0 | 7 | 25 | 252 | 55 | 76 |
| Binary | 1110010 | 11001001 | 10111010 | 101011 | 0 | 111 | 10101 | 10101010 | 101101 | 111110 |
Color Harmonies of #72C9BA
Complementary color
Monochromatic Colors of #72C9BA
Black with #72C9BA
Text Example
Text Example
White with #72C9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C9BA; }
p { color: rgb(114,201,186); }
H1.HeaderClassName
{
color: #72C9BA;
}
.AnyTagClassName
{
color: #72C9BA;
}
</style>
background-color css
<style>
a { background-color: #72C9BA; }
a { background-color: rgb(114,201,186); }
div.DivClassName
{
background-color: #72C9BA;
}
.BgClassName
{
background-color: #72C9BA;
}
</style>
border-color css
<style>
span { border-color: #72C9BA; }
span { border-color: rgb(114,201,186); }
td.TdClassName
{
border-color: #72C9BA;
}
.TagClassName
{
border-color: #72C9BA;
}
</style>