Shades of Downy #73E0BD
Tints of Downy #73E0BD
RGB
CMYK
RGB Variations
Color information
#73E0BD (or 0x73E0BD) is known color: Downy. HEX triplet: 73, E0 and BD. RGB value is (115,224,189). Sum of RGB (Red+Green+Blue) = 115+224+189=528 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.78% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 224 - color contains mainly: green. Hex color #73E0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73E0BD is #8C1F42. Grayscale: #BBBBBB. Windows color (decimal): -9183043 or 12443763. OLE color: 12443763.
HSL color Cylindrical-coordinate representation of color #73E0BD: hue angle of 160.73º 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 #73E0BD is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 224 | 189 | - |
| CMYK | 0.49 | 0 | 0.16 | 0.12 |
| HSL | 160.73º | 0.64% | 0.66% | - |
| HSV(B) | 160.73º | 0.49% | 0.88% | - |
| XYZ | 42.91 | 60.63 | 57.59 | - |
| YUV | 187.42 | 128.89 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 224 | 189 | 0.49 | 0 | 0.16 | 0.12 | 160.73 | 0.64 | 0.66 |
| Hex | 73 | E0 | BD | 31 | 0 | 10 | C | A1 | 40 | 42 |
| Octal | 163 | 340 | 275 | 61 | 0 | 20 | 14 | 241 | 100 | 102 |
| Binary | 1110011 | 11100000 | 10111101 | 110001 | 0 | 10000 | 1100 | 10100001 | 1000000 | 1000010 |
Color Harmonies of #73E0BD
Complementary color
Monochromatic Colors of #73E0BD
Black with #73E0BD
Text Example
Text Example
White with #73E0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E0BD; }
p { color: rgb(115,224,189); }
H1.HeaderClassName
{
color: #73E0BD;
}
.AnyTagClassName
{
color: #73E0BD;
}
</style>
background-color css
<style>
a { background-color: #73E0BD; }
a { background-color: rgb(115,224,189); }
div.DivClassName
{
background-color: #73E0BD;
}
.BgClassName
{
background-color: #73E0BD;
}
</style>
border-color css
<style>
span { border-color: #73E0BD; }
span { border-color: rgb(115,224,189); }
td.TdClassName
{
border-color: #73E0BD;
}
.TagClassName
{
border-color: #73E0BD;
}
</style>