Shades of Downy #72D2BC
Tints of Downy #72D2BC
RGB
CMYK
RGB Variations
Color information
#72D2BC (or 0x72D2BC) is known color: Downy. HEX triplet: 72, D2 and BC. RGB value is (114,210,188). Sum of RGB (Red+Green+Blue) = 114+210+188=512 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.27% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 210 - color contains mainly: green. Hex color #72D2BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D2BC is #8D2D43. Grayscale: #B2B2B2. Windows color (decimal): -9252164 or 12374642. OLE color: 12374642.
HSL color Cylindrical-coordinate representation of color #72D2BC: hue angle of 166.25º 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 #72D2BC is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 210 | 188 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.18 |
| HSL | 166.25º | 0.52% | 0.64% | - |
| HSV(B) | 166.25º | 0.46% | 0.82% | - |
| XYZ | 39.06 | 53.3 | 55.81 | - |
| YUV | 178.79 | 133.2 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 210 | 188 | 0.46 | 0 | 0.10 | 0.18 | 166.25 | 0.52 | 0.64 |
| Hex | 72 | D2 | BC | 2E | 0 | A | 12 | A6 | 34 | 40 |
| Octal | 162 | 322 | 274 | 56 | 0 | 12 | 22 | 246 | 64 | 100 |
| Binary | 1110010 | 11010010 | 10111100 | 101110 | 0 | 1010 | 10010 | 10100110 | 110100 | 1000000 |
Color Harmonies of #72D2BC
Complementary color
Monochromatic Colors of #72D2BC
Black with #72D2BC
Text Example
Text Example
White with #72D2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D2BC; }
p { color: rgb(114,210,188); }
H1.HeaderClassName
{
color: #72D2BC;
}
.AnyTagClassName
{
color: #72D2BC;
}
</style>
background-color css
<style>
a { background-color: #72D2BC; }
a { background-color: rgb(114,210,188); }
div.DivClassName
{
background-color: #72D2BC;
}
.BgClassName
{
background-color: #72D2BC;
}
</style>
border-color css
<style>
span { border-color: #72D2BC; }
span { border-color: rgb(114,210,188); }
td.TdClassName
{
border-color: #72D2BC;
}
.TagClassName
{
border-color: #72D2BC;
}
</style>