Shades of Downy #72D6BA
Tints of Downy #72D6BA
RGB
CMYK
RGB Variations
Color information
#72D6BA (or 0x72D6BA) is known color: Downy. HEX triplet: 72, D6 and BA. RGB value is (114,214,186). Sum of RGB (Red+Green+Blue) = 114+214+186=514 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.18% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 214 - color contains mainly: green. Hex color #72D6BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D6BA is #8D2945. Grayscale: #B4B4B4. Windows color (decimal): -9251142 or 12244594. OLE color: 12244594.
HSL color Cylindrical-coordinate representation of color #72D6BA: hue angle of 163.2º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72D6BA is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 214 | 186 | - |
| CMYK | 0.47 | 0 | 0.13 | 0.16 |
| HSL | 163.2º | 0.55% | 0.64% | - |
| HSV(B) | 163.2º | 0.47% | 0.84% | - |
| XYZ | 39.85 | 55.22 | 55.01 | - |
| YUV | 180.91 | 130.87 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 214 | 186 | 0.47 | 0 | 0.13 | 0.16 | 163.2 | 0.55 | 0.64 |
| Hex | 72 | D6 | BA | 2F | 0 | D | 10 | A3 | 37 | 40 |
| Octal | 162 | 326 | 272 | 57 | 0 | 15 | 20 | 243 | 67 | 100 |
| Binary | 1110010 | 11010110 | 10111010 | 101111 | 0 | 1101 | 10000 | 10100011 | 110111 | 1000000 |
Color Harmonies of #72D6BA
Complementary color
Monochromatic Colors of #72D6BA
Black with #72D6BA
Text Example
Text Example
White with #72D6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D6BA; }
p { color: rgb(114,214,186); }
H1.HeaderClassName
{
color: #72D6BA;
}
.AnyTagClassName
{
color: #72D6BA;
}
</style>
background-color css
<style>
a { background-color: #72D6BA; }
a { background-color: rgb(114,214,186); }
div.DivClassName
{
background-color: #72D6BA;
}
.BgClassName
{
background-color: #72D6BA;
}
</style>
border-color css
<style>
span { border-color: #72D6BA; }
span { border-color: rgb(114,214,186); }
td.TdClassName
{
border-color: #72D6BA;
}
.TagClassName
{
border-color: #72D6BA;
}
</style>