Shades of Downy #72D2D0
Tints of Downy #72D2D0
RGB
CMYK
RGB Variations
Color information
#72D2D0 (or 0x72D2D0) is known color: Downy. HEX triplet: 72, D2 and D0. RGB value is (114,210,208). Sum of RGB (Red+Green+Blue) = 114+210+208=532 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.43% from 532); Green value is 210 (82.42% from 255 or 39.47% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 210 - color contains mainly: green. Hex color #72D2D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D2D0 is #8D2D2F. Grayscale: #B4B4B4. Windows color (decimal): -9252144 or 13685362. OLE color: 13685362.
HSL color Cylindrical-coordinate representation of color #72D2D0: hue angle of 178.75º 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 #72D2D0 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 210 | 208 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.18 |
| HSL | 178.75º | 0.52% | 0.64% | - |
| HSV(B) | 178.75º | 0.46% | 0.82% | - |
| XYZ | 41.37 | 54.22 | 67.96 | - |
| YUV | 181.07 | 143.2 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 210 | 208 | 0.46 | 0 | 0.01 | 0.18 | 178.75 | 0.52 | 0.64 |
| Hex | 72 | D2 | D0 | 2E | 0 | 1 | 12 | B3 | 34 | 40 |
| Octal | 162 | 322 | 320 | 56 | 0 | 1 | 22 | 263 | 64 | 100 |
| Binary | 1110010 | 11010010 | 11010000 | 101110 | 0 | 1 | 10010 | 10110011 | 110100 | 1000000 |
Color Harmonies of #72D2D0
Complementary color
Monochromatic Colors of #72D2D0
Black with #72D2D0
Text Example
Text Example
White with #72D2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D2D0; }
p { color: rgb(114,210,208); }
H1.HeaderClassName
{
color: #72D2D0;
}
.AnyTagClassName
{
color: #72D2D0;
}
</style>
background-color css
<style>
a { background-color: #72D2D0; }
a { background-color: rgb(114,210,208); }
div.DivClassName
{
background-color: #72D2D0;
}
.BgClassName
{
background-color: #72D2D0;
}
</style>
border-color css
<style>
span { border-color: #72D2D0; }
span { border-color: rgb(114,210,208); }
td.TdClassName
{
border-color: #72D2D0;
}
.TagClassName
{
border-color: #72D2D0;
}
</style>