Shades of Downy #72E1BD
Tints of Downy #72E1BD
RGB
CMYK
RGB Variations
Color information
#72E1BD (or 0x72E1BD) is known color: Downy. HEX triplet: 72, E1 and BD. RGB value is (114,225,189). Sum of RGB (Red+Green+Blue) = 114+225+189=528 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.59% from 528); Green value is 225 (88.28% from 255 or 42.61% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 225 - color contains mainly: green. Hex color #72E1BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72E1BD is #8D1E42. Grayscale: #BBBBBB. Windows color (decimal): -9248323 or 12444018. OLE color: 12444018.
HSL color Cylindrical-coordinate representation of color #72E1BD: hue angle of 160.54º degrees, saturation: 0.65, 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 #72E1BD is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 114 | 225 | 189 | - |
| CMYK | 0.49 | 0 | 0.16 | 0.12 |
| HSL | 160.54º | 0.65% | 0.66% | - |
| HSV(B) | 160.54º | 0.49% | 0.88% | - |
| XYZ | 43.05 | 61.1 | 57.67 | - |
| YUV | 187.71 | 128.73 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 225 | 189 | 0.49 | 0 | 0.16 | 0.12 | 160.54 | 0.65 | 0.66 |
| Hex | 72 | E1 | BD | 31 | 0 | 10 | C | A1 | 41 | 42 |
| Octal | 162 | 341 | 275 | 61 | 0 | 20 | 14 | 241 | 101 | 102 |
| Binary | 1110010 | 11100001 | 10111101 | 110001 | 0 | 10000 | 1100 | 10100001 | 1000001 | 1000010 |
Color Harmonies of #72E1BD
Complementary color
Monochromatic Colors of #72E1BD
Black with #72E1BD
Text Example
Text Example
White with #72E1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E1BD; }
p { color: rgb(114,225,189); }
H1.HeaderClassName
{
color: #72E1BD;
}
.AnyTagClassName
{
color: #72E1BD;
}
</style>
background-color css
<style>
a { background-color: #72E1BD; }
a { background-color: rgb(114,225,189); }
div.DivClassName
{
background-color: #72E1BD;
}
.BgClassName
{
background-color: #72E1BD;
}
</style>
border-color css
<style>
span { border-color: #72E1BD; }
span { border-color: rgb(114,225,189); }
td.TdClassName
{
border-color: #72E1BD;
}
.TagClassName
{
border-color: #72E1BD;
}
</style>