Shades of Downy #73E0BB
Tints of Downy #73E0BB
RGB
CMYK
RGB Variations
Color information
#73E0BB (or 0x73E0BB) is known color: Downy. HEX triplet: 73, E0 and BB. RGB value is (115,224,187). Sum of RGB (Red+Green+Blue) = 115+224+187=526 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.86% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #73E0BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73E0BB is #8C1F44. Grayscale: #BBBBBB. Windows color (decimal): -9183045 or 12312691. OLE color: 12312691.
HSL color Cylindrical-coordinate representation of color #73E0BB: hue angle of 159.63º degrees, saturation: 0.64, 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 #73E0BB is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 224 | 187 | - |
| CMYK | 0.49 | 0 | 0.17 | 0.12 |
| HSL | 159.63º | 0.64% | 0.66% | - |
| HSV(B) | 159.63º | 0.49% | 0.88% | - |
| XYZ | 42.7 | 60.54 | 56.45 | - |
| YUV | 187.19 | 127.89 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 224 | 187 | 0.49 | 0 | 0.17 | 0.12 | 159.63 | 0.64 | 0.66 |
| Hex | 73 | E0 | BB | 31 | 0 | 11 | C | A0 | 40 | 42 |
| Octal | 163 | 340 | 273 | 61 | 0 | 21 | 14 | 240 | 100 | 102 |
| Binary | 1110011 | 11100000 | 10111011 | 110001 | 0 | 10001 | 1100 | 10100000 | 1000000 | 1000010 |
Color Harmonies of #73E0BB
Complementary color
Monochromatic Colors of #73E0BB
Black with #73E0BB
Text Example
Text Example
White with #73E0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E0BB; }
p { color: rgb(115,224,187); }
H1.HeaderClassName
{
color: #73E0BB;
}
.AnyTagClassName
{
color: #73E0BB;
}
</style>
background-color css
<style>
a { background-color: #73E0BB; }
a { background-color: rgb(115,224,187); }
div.DivClassName
{
background-color: #73E0BB;
}
.BgClassName
{
background-color: #73E0BB;
}
</style>
border-color css
<style>
span { border-color: #73E0BB; }
span { border-color: rgb(115,224,187); }
td.TdClassName
{
border-color: #73E0BB;
}
.TagClassName
{
border-color: #73E0BB;
}
</style>