Shades of Downy #72E0BD
Tints of Downy #72E0BD
RGB
CMYK
RGB Variations
Color information
#72E0BD (or 0x72E0BD) is known color: Downy. HEX triplet: 72, E0 and BD. RGB value is (114,224,189). Sum of RGB (Red+Green+Blue) = 114+224+189=527 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.63% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 224 - color contains mainly: green. Hex color #72E0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72E0BD is #8D1F42. Grayscale: #BBBBBB. Windows color (decimal): -9248579 or 12443762. OLE color: 12443762.
HSL color Cylindrical-coordinate representation of color #72E0BD: hue angle of 160.91º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72E0BD is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 114 | 224 | 189 | - |
| CMYK | 0.49 | 0 | 0.16 | 0.12 |
| HSL | 160.91º | 0.64% | 0.66% | - |
| HSV(B) | 160.91º | 0.49% | 0.88% | - |
| XYZ | 42.78 | 60.56 | 57.58 | - |
| YUV | 187.12 | 129.06 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 224 | 189 | 0.49 | 0 | 0.16 | 0.12 | 160.91 | 0.64 | 0.66 |
| Hex | 72 | E0 | BD | 31 | 0 | 10 | C | A1 | 40 | 42 |
| Octal | 162 | 340 | 275 | 61 | 0 | 20 | 14 | 241 | 100 | 102 |
| Binary | 1110010 | 11100000 | 10111101 | 110001 | 0 | 10000 | 1100 | 10100001 | 1000000 | 1000010 |
Color Harmonies of #72E0BD
Complementary color
Monochromatic Colors of #72E0BD
Black with #72E0BD
Text Example
Text Example
White with #72E0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E0BD; }
p { color: rgb(114,224,189); }
H1.HeaderClassName
{
color: #72E0BD;
}
.AnyTagClassName
{
color: #72E0BD;
}
</style>
background-color css
<style>
a { background-color: #72E0BD; }
a { background-color: rgb(114,224,189); }
div.DivClassName
{
background-color: #72E0BD;
}
.BgClassName
{
background-color: #72E0BD;
}
</style>
border-color css
<style>
span { border-color: #72E0BD; }
span { border-color: rgb(114,224,189); }
td.TdClassName
{
border-color: #72E0BD;
}
.TagClassName
{
border-color: #72E0BD;
}
</style>