Shades of Downy #72CAC5
Tints of Downy #72CAC5
RGB
CMYK
RGB Variations
Color information
#72CAC5 (or 0x72CAC5) is known color: Downy. HEX triplet: 72, CA and C5. RGB value is (114,202,197). Sum of RGB (Red+Green+Blue) = 114+202+197=513 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.22% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 197 (77.34% from 255 or 38.40% from 513); Max value from RGB is 202 - color contains mainly: green. Hex color #72CAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CAC5 is #8D353A. Grayscale: #AFAFAF. Windows color (decimal): -9254203 or 12962418. OLE color: 12962418.
HSL color Cylindrical-coordinate representation of color #72CAC5: hue angle of 176.59º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72CAC5 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 202 | 197 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.21 |
| HSL | 176.59º | 0.45% | 0.62% | - |
| HSV(B) | 176.59º | 0.44% | 0.79% | - |
| XYZ | 38.14 | 49.85 | 60.44 | - |
| YUV | 175.12 | 140.35 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 202 | 197 | 0.44 | 0 | 0.02 | 0.21 | 176.59 | 0.45 | 0.62 |
| Hex | 72 | CA | C5 | 2C | 0 | 2 | 15 | B1 | 2D | 3E |
| Octal | 162 | 312 | 305 | 54 | 0 | 2 | 25 | 261 | 55 | 76 |
| Binary | 1110010 | 11001010 | 11000101 | 101100 | 0 | 10 | 10101 | 10110001 | 101101 | 111110 |
Color Harmonies of #72CAC5
Complementary color
Monochromatic Colors of #72CAC5
Black with #72CAC5
Text Example
Text Example
White with #72CAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CAC5; }
p { color: rgb(114,202,197); }
H1.HeaderClassName
{
color: #72CAC5;
}
.AnyTagClassName
{
color: #72CAC5;
}
</style>
background-color css
<style>
a { background-color: #72CAC5; }
a { background-color: rgb(114,202,197); }
div.DivClassName
{
background-color: #72CAC5;
}
.BgClassName
{
background-color: #72CAC5;
}
</style>
border-color css
<style>
span { border-color: #72CAC5; }
span { border-color: rgb(114,202,197); }
td.TdClassName
{
border-color: #72CAC5;
}
.TagClassName
{
border-color: #72CAC5;
}
</style>