Shades of Downy #72D2C1
Tints of Downy #72D2C1
RGB
CMYK
RGB Variations
Color information
#72D2C1 (or 0x72D2C1) is known color: Downy. HEX triplet: 72, D2 and C1. RGB value is (114,210,193). Sum of RGB (Red+Green+Blue) = 114+210+193=517 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.05% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 210 - color contains mainly: green. Hex color #72D2C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D2C1 is #8D2D3E. Grayscale: #B3B3B3. Windows color (decimal): -9252159 or 12702322. OLE color: 12702322.
HSL color Cylindrical-coordinate representation of color #72D2C1: hue angle of 169.38º 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 #72D2C1 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 210 | 193 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.18 |
| HSL | 169.38º | 0.52% | 0.64% | - |
| HSV(B) | 169.38º | 0.46% | 0.82% | - |
| XYZ | 39.61 | 53.52 | 58.69 | - |
| YUV | 179.36 | 135.7 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 210 | 193 | 0.46 | 0 | 0.08 | 0.18 | 169.38 | 0.52 | 0.64 |
| Hex | 72 | D2 | C1 | 2E | 0 | 8 | 12 | A9 | 34 | 40 |
| Octal | 162 | 322 | 301 | 56 | 0 | 10 | 22 | 251 | 64 | 100 |
| Binary | 1110010 | 11010010 | 11000001 | 101110 | 0 | 1000 | 10010 | 10101001 | 110100 | 1000000 |
Color Harmonies of #72D2C1
Complementary color
Monochromatic Colors of #72D2C1
Black with #72D2C1
Text Example
Text Example
White with #72D2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D2C1; }
p { color: rgb(114,210,193); }
H1.HeaderClassName
{
color: #72D2C1;
}
.AnyTagClassName
{
color: #72D2C1;
}
</style>
background-color css
<style>
a { background-color: #72D2C1; }
a { background-color: rgb(114,210,193); }
div.DivClassName
{
background-color: #72D2C1;
}
.BgClassName
{
background-color: #72D2C1;
}
</style>
border-color css
<style>
span { border-color: #72D2C1; }
span { border-color: rgb(114,210,193); }
td.TdClassName
{
border-color: #72D2C1;
}
.TagClassName
{
border-color: #72D2C1;
}
</style>