Shades of Downy #72D2BF
Tints of Downy #72D2BF
RGB
CMYK
RGB Variations
Color information
#72D2BF (or 0x72D2BF) is known color: Downy. HEX triplet: 72, D2 and BF. RGB value is (114,210,191). Sum of RGB (Red+Green+Blue) = 114+210+191=515 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.14% from 515); Green value is 210 (82.42% from 255 or 40.78% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 210 - color contains mainly: green. Hex color #72D2BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D2BF is #8D2D40. Grayscale: #B3B3B3. Windows color (decimal): -9252161 or 12571250. OLE color: 12571250.
HSL color Cylindrical-coordinate representation of color #72D2BF: hue angle of 168.12º 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 #72D2BF is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 210 | 191 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.18 |
| HSL | 168.13º | 0.52% | 0.64% | - |
| HSV(B) | 168.13º | 0.46% | 0.82% | - |
| XYZ | 39.39 | 53.43 | 57.53 | - |
| YUV | 179.13 | 134.7 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 210 | 191 | 0.46 | 0 | 0.09 | 0.18 | 168.13 | 0.52 | 0.64 |
| Hex | 72 | D2 | BF | 2E | 0 | 9 | 12 | A8 | 34 | 40 |
| Octal | 162 | 322 | 277 | 56 | 0 | 11 | 22 | 250 | 64 | 100 |
| Binary | 1110010 | 11010010 | 10111111 | 101110 | 0 | 1001 | 10010 | 10101000 | 110100 | 1000000 |
Color Harmonies of #72D2BF
Complementary color
Monochromatic Colors of #72D2BF
Black with #72D2BF
Text Example
Text Example
White with #72D2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D2BF; }
p { color: rgb(114,210,191); }
H1.HeaderClassName
{
color: #72D2BF;
}
.AnyTagClassName
{
color: #72D2BF;
}
</style>
background-color css
<style>
a { background-color: #72D2BF; }
a { background-color: rgb(114,210,191); }
div.DivClassName
{
background-color: #72D2BF;
}
.BgClassName
{
background-color: #72D2BF;
}
</style>
border-color css
<style>
span { border-color: #72D2BF; }
span { border-color: rgb(114,210,191); }
td.TdClassName
{
border-color: #72D2BF;
}
.TagClassName
{
border-color: #72D2BF;
}
</style>