Shades of Downy #72D1B5
Tints of Downy #72D1B5
RGB
CMYK
RGB Variations
Color information
#72D1B5 (or 0x72D1B5) is known color: Downy. HEX triplet: 72, D1 and B5. RGB value is (114,209,181). Sum of RGB (Red+Green+Blue) = 114+209+181=504 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.62% from 504); Green value is 209 (82.03% from 255 or 41.47% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 209 - color contains mainly: green. Hex color #72D1B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D1B5 is #8D2E4A. Grayscale: #B1B1B1. Windows color (decimal): -9252427 or 11915634. OLE color: 11915634.
HSL color Cylindrical-coordinate representation of color #72D1B5: hue angle of 162.32º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72D1B5 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 209 | 181 | - |
| CMYK | 0.45 | 0 | 0.13 | 0.18 |
| HSL | 162.32º | 0.51% | 0.63% | - |
| HSV(B) | 162.32º | 0.45% | 0.82% | - |
| XYZ | 38.08 | 52.51 | 51.85 | - |
| YUV | 177.4 | 130.03 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 209 | 181 | 0.45 | 0 | 0.13 | 0.18 | 162.32 | 0.51 | 0.63 |
| Hex | 72 | D1 | B5 | 2D | 0 | D | 12 | A2 | 33 | 3F |
| Octal | 162 | 321 | 265 | 55 | 0 | 15 | 22 | 242 | 63 | 77 |
| Binary | 1110010 | 11010001 | 10110101 | 101101 | 0 | 1101 | 10010 | 10100010 | 110011 | 111111 |
Color Harmonies of #72D1B5
Complementary color
Monochromatic Colors of #72D1B5
Black with #72D1B5
Text Example
Text Example
White with #72D1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D1B5; }
p { color: rgb(114,209,181); }
H1.HeaderClassName
{
color: #72D1B5;
}
.AnyTagClassName
{
color: #72D1B5;
}
</style>
background-color css
<style>
a { background-color: #72D1B5; }
a { background-color: rgb(114,209,181); }
div.DivClassName
{
background-color: #72D1B5;
}
.BgClassName
{
background-color: #72D1B5;
}
</style>
border-color css
<style>
span { border-color: #72D1B5; }
span { border-color: rgb(114,209,181); }
td.TdClassName
{
border-color: #72D1B5;
}
.TagClassName
{
border-color: #72D1B5;
}
</style>