Shades of Downy #72DFB5
Tints of Downy #72DFB5
RGB
CMYK
RGB Variations
Color information
#72DFB5 (or 0x72DFB5) is known color: Downy. HEX triplet: 72, DF and B5. RGB value is (114,223,181). Sum of RGB (Red+Green+Blue) = 114+223+181=518 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.01% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #72DFB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DFB5 is #8D204A. Grayscale: #B9B9B9. Windows color (decimal): -9248843 or 11919218. OLE color: 11919218.
HSL color Cylindrical-coordinate representation of color #72DFB5: hue angle of 156.88º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72DFB5 is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 223 | 181 | - |
| CMYK | 0.49 | 0 | 0.19 | 0.13 |
| HSL | 156.88º | 0.63% | 0.66% | - |
| HSV(B) | 156.88º | 0.49% | 0.87% | - |
| XYZ | 41.67 | 59.69 | 53.04 | - |
| YUV | 185.62 | 125.39 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 223 | 181 | 0.49 | 0 | 0.19 | 0.13 | 156.88 | 0.63 | 0.66 |
| Hex | 72 | DF | B5 | 31 | 0 | 13 | D | 9D | 3F | 42 |
| Octal | 162 | 337 | 265 | 61 | 0 | 23 | 15 | 235 | 77 | 102 |
| Binary | 1110010 | 11011111 | 10110101 | 110001 | 0 | 10011 | 1101 | 10011101 | 111111 | 1000010 |
Color Harmonies of #72DFB5
Complementary color
Monochromatic Colors of #72DFB5
Black with #72DFB5
Text Example
Text Example
White with #72DFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DFB5; }
p { color: rgb(114,223,181); }
H1.HeaderClassName
{
color: #72DFB5;
}
.AnyTagClassName
{
color: #72DFB5;
}
</style>
background-color css
<style>
a { background-color: #72DFB5; }
a { background-color: rgb(114,223,181); }
div.DivClassName
{
background-color: #72DFB5;
}
.BgClassName
{
background-color: #72DFB5;
}
</style>
border-color css
<style>
span { border-color: #72DFB5; }
span { border-color: rgb(114,223,181); }
td.TdClassName
{
border-color: #72DFB5;
}
.TagClassName
{
border-color: #72DFB5;
}
</style>