Shades of Downy #72DCB8
Tints of Downy #72DCB8
RGB
CMYK
RGB Variations
Color information
#72DCB8 (or 0x72DCB8) is known color: Downy. HEX triplet: 72, DC and B8. RGB value is (114,220,184). Sum of RGB (Red+Green+Blue) = 114+220+184=518 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.01% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 184 (72.27% from 255 or 35.52% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #72DCB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DCB8 is #8D2347. Grayscale: #B8B8B8. Windows color (decimal): -9249608 or 12115058. OLE color: 12115058.
HSL color Cylindrical-coordinate representation of color #72DCB8: hue angle of 159.62º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DCB8 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 220 | 184 | - |
| CMYK | 0.48 | 0 | 0.16 | 0.14 |
| HSL | 159.62º | 0.6% | 0.65% | - |
| HSV(B) | 159.62º | 0.48% | 0.86% | - |
| XYZ | 41.18 | 58.22 | 54.42 | - |
| YUV | 184.2 | 127.88 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 220 | 184 | 0.48 | 0 | 0.16 | 0.14 | 159.62 | 0.6 | 0.65 |
| Hex | 72 | DC | B8 | 30 | 0 | 10 | E | A0 | 3C | 41 |
| Octal | 162 | 334 | 270 | 60 | 0 | 20 | 16 | 240 | 74 | 101 |
| Binary | 1110010 | 11011100 | 10111000 | 110000 | 0 | 10000 | 1110 | 10100000 | 111100 | 1000001 |
Color Harmonies of #72DCB8
Complementary color
Monochromatic Colors of #72DCB8
Black with #72DCB8
Text Example
Text Example
White with #72DCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DCB8; }
p { color: rgb(114,220,184); }
H1.HeaderClassName
{
color: #72DCB8;
}
.AnyTagClassName
{
color: #72DCB8;
}
</style>
background-color css
<style>
a { background-color: #72DCB8; }
a { background-color: rgb(114,220,184); }
div.DivClassName
{
background-color: #72DCB8;
}
.BgClassName
{
background-color: #72DCB8;
}
</style>
border-color css
<style>
span { border-color: #72DCB8; }
span { border-color: rgb(114,220,184); }
td.TdClassName
{
border-color: #72DCB8;
}
.TagClassName
{
border-color: #72DCB8;
}
</style>