Shades of Downy #72D2C5
Tints of Downy #72D2C5
RGB
CMYK
RGB Variations
Color information
#72D2C5 (or 0x72D2C5) is known color: Downy. HEX triplet: 72, D2 and C5. RGB value is (114,210,197). Sum of RGB (Red+Green+Blue) = 114+210+197=521 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.88% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 210 - color contains mainly: green. Hex color #72D2C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D2C5 is #8D2D3A. Grayscale: #B3B3B3. Windows color (decimal): -9252155 or 12964466. OLE color: 12964466.
HSL color Cylindrical-coordinate representation of color #72D2C5: hue angle of 171.88º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72D2C5 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 210 | 197 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.18 |
| HSL | 171.88º | 0.52% | 0.64% | - |
| HSV(B) | 171.88º | 0.46% | 0.82% | - |
| XYZ | 40.06 | 53.7 | 61.08 | - |
| YUV | 179.81 | 137.7 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 210 | 197 | 0.46 | 0 | 0.06 | 0.18 | 171.88 | 0.52 | 0.64 |
| Hex | 72 | D2 | C5 | 2E | 0 | 6 | 12 | AC | 34 | 40 |
| Octal | 162 | 322 | 305 | 56 | 0 | 6 | 22 | 254 | 64 | 100 |
| Binary | 1110010 | 11010010 | 11000101 | 101110 | 0 | 110 | 10010 | 10101100 | 110100 | 1000000 |
Color Harmonies of #72D2C5
Complementary color
Monochromatic Colors of #72D2C5
Black with #72D2C5
Text Example
Text Example
White with #72D2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D2C5; }
p { color: rgb(114,210,197); }
H1.HeaderClassName
{
color: #72D2C5;
}
.AnyTagClassName
{
color: #72D2C5;
}
</style>
background-color css
<style>
a { background-color: #72D2C5; }
a { background-color: rgb(114,210,197); }
div.DivClassName
{
background-color: #72D2C5;
}
.BgClassName
{
background-color: #72D2C5;
}
</style>
border-color css
<style>
span { border-color: #72D2C5; }
span { border-color: rgb(114,210,197); }
td.TdClassName
{
border-color: #72D2C5;
}
.TagClassName
{
border-color: #72D2C5;
}
</style>