Shades of Downy #73E8B8
Tints of Downy #73E8B8
RGB
CMYK
RGB Variations
Color information
#73E8B8 (or 0x73E8B8) is known color: Downy. HEX triplet: 73, E8 and B8. RGB value is (115,232,184). Sum of RGB (Red+Green+Blue) = 115+232+184=531 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.66% from 531); Green value is 232 (91.02% from 255 or 43.69% from 531); Blue value is 184 (72.27% from 255 or 34.65% from 531); Max value from RGB is 232 - color contains mainly: green. Hex color #73E8B8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73E8B8 is #8C1747. Grayscale: #BFBFBF. Windows color (decimal): -9181000 or 12118131. OLE color: 12118131.
HSL color Cylindrical-coordinate representation of color #73E8B8: hue angle of 155.38º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73E8B8 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 115 | 232 | 184 | - |
| CMYK | 0.50 | 0 | 0.21 | 0.09 |
| HSL | 155.38º | 0.72% | 0.68% | - |
| HSV(B) | 155.38º | 0.5% | 0.91% | - |
| XYZ | 44.58 | 64.82 | 55.51 | - |
| YUV | 191.55 | 123.74 | 73.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 232 | 184 | 0.50 | 0 | 0.21 | 0.09 | 155.38 | 0.72 | 0.68 |
| Hex | 73 | E8 | B8 | 32 | 0 | 15 | 9 | 9B | 48 | 44 |
| Octal | 163 | 350 | 270 | 62 | 0 | 25 | 11 | 233 | 110 | 104 |
| Binary | 1110011 | 11101000 | 10111000 | 110010 | 0 | 10101 | 1001 | 10011011 | 1001000 | 1000100 |
Color Harmonies of #73E8B8
Complementary color
Monochromatic Colors of #73E8B8
Black with #73E8B8
Text Example
Text Example
White with #73E8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E8B8; }
p { color: rgb(115,232,184); }
H1.HeaderClassName
{
color: #73E8B8;
}
.AnyTagClassName
{
color: #73E8B8;
}
</style>
background-color css
<style>
a { background-color: #73E8B8; }
a { background-color: rgb(115,232,184); }
div.DivClassName
{
background-color: #73E8B8;
}
.BgClassName
{
background-color: #73E8B8;
}
</style>
border-color css
<style>
span { border-color: #73E8B8; }
span { border-color: rgb(115,232,184); }
td.TdClassName
{
border-color: #73E8B8;
}
.TagClassName
{
border-color: #73E8B8;
}
</style>