Shades of Downy #72DCBE
Tints of Downy #72DCBE
RGB
CMYK
RGB Variations
Color information
#72DCBE (or 0x72DCBE) is known color: Downy. HEX triplet: 72, DC and BE. RGB value is (114,220,190). Sum of RGB (Red+Green+Blue) = 114+220+190=524 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.76% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #72DCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DCBE is #8D2341. Grayscale: #B8B8B8. Windows color (decimal): -9249602 or 12508274. OLE color: 12508274.
HSL color Cylindrical-coordinate representation of color #72DCBE: hue angle of 163.02º 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 #72DCBE is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 220 | 190 | - |
| CMYK | 0.48 | 0 | 0.14 | 0.14 |
| HSL | 163.02º | 0.6% | 0.65% | - |
| HSV(B) | 163.02º | 0.48% | 0.86% | - |
| XYZ | 41.83 | 58.48 | 57.8 | - |
| YUV | 184.89 | 130.88 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 220 | 190 | 0.48 | 0 | 0.14 | 0.14 | 163.02 | 0.6 | 0.65 |
| Hex | 72 | DC | BE | 30 | 0 | E | E | A3 | 3C | 41 |
| Octal | 162 | 334 | 276 | 60 | 0 | 16 | 16 | 243 | 74 | 101 |
| Binary | 1110010 | 11011100 | 10111110 | 110000 | 0 | 1110 | 1110 | 10100011 | 111100 | 1000001 |
Color Harmonies of #72DCBE
Complementary color
Monochromatic Colors of #72DCBE
Black with #72DCBE
Text Example
Text Example
White with #72DCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DCBE; }
p { color: rgb(114,220,190); }
H1.HeaderClassName
{
color: #72DCBE;
}
.AnyTagClassName
{
color: #72DCBE;
}
</style>
background-color css
<style>
a { background-color: #72DCBE; }
a { background-color: rgb(114,220,190); }
div.DivClassName
{
background-color: #72DCBE;
}
.BgClassName
{
background-color: #72DCBE;
}
</style>
border-color css
<style>
span { border-color: #72DCBE; }
span { border-color: rgb(114,220,190); }
td.TdClassName
{
border-color: #72DCBE;
}
.TagClassName
{
border-color: #72DCBE;
}
</style>