Shades of Downy #73E6BC
Tints of Downy #73E6BC
RGB
CMYK
RGB Variations
Color information
#73E6BC (or 0x73E6BC) is known color: Downy. HEX triplet: 73, E6 and BC. RGB value is (115,230,188). Sum of RGB (Red+Green+Blue) = 115+230+188=533 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.58% from 533); Green value is 230 (90.23% from 255 or 43.15% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 230 - color contains mainly: green. Hex color #73E6BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73E6BC is #8C1943. Grayscale: #BEBEBE. Windows color (decimal): -9181508 or 12379763. OLE color: 12379763.
HSL color Cylindrical-coordinate representation of color #73E6BC: hue angle of 158.09º 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 #73E6BC is Cyan = 0.5, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 230 | 188 | - |
| CMYK | 0.5 | 0 | 0.18 | 0.10 |
| HSL | 158.09º | 0.7% | 0.68% | - |
| HSV(B) | 158.09º | 0.5% | 0.9% | - |
| XYZ | 44.44 | 63.87 | 57.56 | - |
| YUV | 190.83 | 126.4 | 73.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 230 | 188 | 0.5 | 0 | 0.18 | 0.10 | 158.09 | 0.7 | 0.68 |
| Hex | 73 | E6 | BC | 32 | 0 | 12 | A | 9E | 46 | 44 |
| Octal | 163 | 346 | 274 | 62 | 0 | 22 | 12 | 236 | 106 | 104 |
| Binary | 1110011 | 11100110 | 10111100 | 110010 | 0 | 10010 | 1010 | 10011110 | 1000110 | 1000100 |
Color Harmonies of #73E6BC
Complementary color
Monochromatic Colors of #73E6BC
Black with #73E6BC
Text Example
Text Example
White with #73E6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E6BC; }
p { color: rgb(115,230,188); }
H1.HeaderClassName
{
color: #73E6BC;
}
.AnyTagClassName
{
color: #73E6BC;
}
</style>
background-color css
<style>
a { background-color: #73E6BC; }
a { background-color: rgb(115,230,188); }
div.DivClassName
{
background-color: #73E6BC;
}
.BgClassName
{
background-color: #73E6BC;
}
</style>
border-color css
<style>
span { border-color: #73E6BC; }
span { border-color: rgb(115,230,188); }
td.TdClassName
{
border-color: #73E6BC;
}
.TagClassName
{
border-color: #73E6BC;
}
</style>