Shades of Downy #72D2BB
Tints of Downy #72D2BB
RGB
CMYK
RGB Variations
Color information
#72D2BB (or 0x72D2BB) is known color: Downy. HEX triplet: 72, D2 and BB. RGB value is (114,210,187). Sum of RGB (Red+Green+Blue) = 114+210+187=511 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.31% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 210 - color contains mainly: green. Hex color #72D2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D2BB is #8D2D44. Grayscale: #B2B2B2. Windows color (decimal): -9252165 or 12309106. OLE color: 12309106.
HSL color Cylindrical-coordinate representation of color #72D2BB: hue angle of 165.62º 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 #72D2BB is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 210 | 187 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.18 |
| HSL | 165.63º | 0.52% | 0.64% | - |
| HSV(B) | 165.63º | 0.46% | 0.82% | - |
| XYZ | 38.96 | 53.26 | 55.24 | - |
| YUV | 178.67 | 132.7 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 210 | 187 | 0.46 | 0 | 0.11 | 0.18 | 165.63 | 0.52 | 0.64 |
| Hex | 72 | D2 | BB | 2E | 0 | B | 12 | A6 | 34 | 40 |
| Octal | 162 | 322 | 273 | 56 | 0 | 13 | 22 | 246 | 64 | 100 |
| Binary | 1110010 | 11010010 | 10111011 | 101110 | 0 | 1011 | 10010 | 10100110 | 110100 | 1000000 |
Color Harmonies of #72D2BB
Complementary color
Monochromatic Colors of #72D2BB
Black with #72D2BB
Text Example
Text Example
White with #72D2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D2BB; }
p { color: rgb(114,210,187); }
H1.HeaderClassName
{
color: #72D2BB;
}
.AnyTagClassName
{
color: #72D2BB;
}
</style>
background-color css
<style>
a { background-color: #72D2BB; }
a { background-color: rgb(114,210,187); }
div.DivClassName
{
background-color: #72D2BB;
}
.BgClassName
{
background-color: #72D2BB;
}
</style>
border-color css
<style>
span { border-color: #72D2BB; }
span { border-color: rgb(114,210,187); }
td.TdClassName
{
border-color: #72D2BB;
}
.TagClassName
{
border-color: #72D2BB;
}
</style>