Shades of Downy #72E6CB
Tints of Downy #72E6CB
RGB
CMYK
RGB Variations
Color information
#72E6CB (or 0x72E6CB) is known color: Downy. HEX triplet: 72, E6 and CB. RGB value is (114,230,203). Sum of RGB (Red+Green+Blue) = 114+230+203=547 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.84% from 547); Green value is 230 (90.23% from 255 or 42.05% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 230 - color contains mainly: green. Hex color #72E6CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72E6CB is #8D1934. Grayscale: #C0C0C0. Windows color (decimal): -9247029 or 13362802. OLE color: 13362802.
HSL color Cylindrical-coordinate representation of color #72E6CB: hue angle of 166.03º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72E6CB is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 230 | 203 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.10 |
| HSL | 166.03º | 0.7% | 0.67% | - |
| HSV(B) | 166.03º | 0.5% | 0.9% | - |
| XYZ | 46.02 | 64.48 | 66.52 | - |
| YUV | 192.24 | 134.07 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 230 | 203 | 0.50 | 0 | 0.12 | 0.10 | 166.03 | 0.7 | 0.67 |
| Hex | 72 | E6 | CB | 32 | 0 | C | A | A6 | 46 | 43 |
| Octal | 162 | 346 | 313 | 62 | 0 | 14 | 12 | 246 | 106 | 103 |
| Binary | 1110010 | 11100110 | 11001011 | 110010 | 0 | 1100 | 1010 | 10100110 | 1000110 | 1000011 |
Color Harmonies of #72E6CB
Complementary color
Monochromatic Colors of #72E6CB
Black with #72E6CB
Text Example
Text Example
White with #72E6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E6CB; }
p { color: rgb(114,230,203); }
H1.HeaderClassName
{
color: #72E6CB;
}
.AnyTagClassName
{
color: #72E6CB;
}
</style>
background-color css
<style>
a { background-color: #72E6CB; }
a { background-color: rgb(114,230,203); }
div.DivClassName
{
background-color: #72E6CB;
}
.BgClassName
{
background-color: #72E6CB;
}
</style>
border-color css
<style>
span { border-color: #72E6CB; }
span { border-color: rgb(114,230,203); }
td.TdClassName
{
border-color: #72E6CB;
}
.TagClassName
{
border-color: #72E6CB;
}
</style>