Shades of Downy #73E6CB
Tints of Downy #73E6CB
RGB
CMYK
RGB Variations
Color information
#73E6CB (or 0x73E6CB) is known color: Downy. HEX triplet: 73, E6 and CB. RGB value is (115,230,203). Sum of RGB (Red+Green+Blue) = 115+230+203=548 (72% of max value = 765). Red value is 115 (45.31% from 255 or 20.99% from 548); Green value is 230 (90.23% from 255 or 41.97% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 230 - color contains mainly: green. Hex color #73E6CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73E6CB is #8C1934. Grayscale: #C0C0C0. Windows color (decimal): -9181493 or 13362803. OLE color: 13362803.
HSL color Cylindrical-coordinate representation of color #73E6CB: hue angle of 165.91º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73E6CB is Cyan = 0.5, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 230 | 203 | - |
| CMYK | 0.5 | 0 | 0.12 | 0.10 |
| HSL | 165.91º | 0.7% | 0.68% | - |
| HSV(B) | 165.91º | 0.5% | 0.9% | - |
| XYZ | 46.15 | 64.55 | 66.53 | - |
| YUV | 192.54 | 133.9 | 72.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 230 | 203 | 0.5 | 0 | 0.12 | 0.10 | 165.91 | 0.7 | 0.68 |
| Hex | 73 | E6 | CB | 32 | 0 | C | A | A6 | 46 | 44 |
| Octal | 163 | 346 | 313 | 62 | 0 | 14 | 12 | 246 | 106 | 104 |
| Binary | 1110011 | 11100110 | 11001011 | 110010 | 0 | 1100 | 1010 | 10100110 | 1000110 | 1000100 |
Color Harmonies of #73E6CB
Complementary color
Monochromatic Colors of #73E6CB
Black with #73E6CB
Text Example
Text Example
White with #73E6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E6CB; }
p { color: rgb(115,230,203); }
H1.HeaderClassName
{
color: #73E6CB;
}
.AnyTagClassName
{
color: #73E6CB;
}
</style>
background-color css
<style>
a { background-color: #73E6CB; }
a { background-color: rgb(115,230,203); }
div.DivClassName
{
background-color: #73E6CB;
}
.BgClassName
{
background-color: #73E6CB;
}
</style>
border-color css
<style>
span { border-color: #73E6CB; }
span { border-color: rgb(115,230,203); }
td.TdClassName
{
border-color: #73E6CB;
}
.TagClassName
{
border-color: #73E6CB;
}
</style>