Shades of Downy #73E0D2
Tints of Downy #73E0D2
RGB
CMYK
RGB Variations
Color information
#73E0D2 (or 0x73E0D2) is known color: Downy. HEX triplet: 73, E0 and D2. RGB value is (115,224,210). Sum of RGB (Red+Green+Blue) = 115+224+210=549 (72% of max value = 765). Red value is 115 (45.31% from 255 or 20.95% from 549); Green value is 224 (87.89% from 255 or 40.80% from 549); Blue value is 210 (82.42% from 255 or 38.25% from 549); Max value from RGB is 224 - color contains mainly: green. Hex color #73E0D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73E0D2 is #8C1F2D. Grayscale: #BDBDBD. Windows color (decimal): -9183022 or 13820019. OLE color: 13820019.
HSL color Cylindrical-coordinate representation of color #73E0D2: hue angle of 172.29º 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 #73E0D2 is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 224 | 210 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.12 |
| HSL | 172.29º | 0.64% | 0.66% | - |
| HSV(B) | 172.29º | 0.49% | 0.88% | - |
| XYZ | 45.36 | 61.61 | 70.47 | - |
| YUV | 189.81 | 139.39 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 224 | 210 | 0.49 | 0 | 0.06 | 0.12 | 172.29 | 0.64 | 0.66 |
| Hex | 73 | E0 | D2 | 31 | 0 | 6 | C | AC | 40 | 42 |
| Octal | 163 | 340 | 322 | 61 | 0 | 6 | 14 | 254 | 100 | 102 |
| Binary | 1110011 | 11100000 | 11010010 | 110001 | 0 | 110 | 1100 | 10101100 | 1000000 | 1000010 |
Color Harmonies of #73E0D2
Complementary color
Monochromatic Colors of #73E0D2
Black with #73E0D2
Text Example
Text Example
White with #73E0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E0D2; }
p { color: rgb(115,224,210); }
H1.HeaderClassName
{
color: #73E0D2;
}
.AnyTagClassName
{
color: #73E0D2;
}
</style>
background-color css
<style>
a { background-color: #73E0D2; }
a { background-color: rgb(115,224,210); }
div.DivClassName
{
background-color: #73E0D2;
}
.BgClassName
{
background-color: #73E0D2;
}
</style>
border-color css
<style>
span { border-color: #73E0D2; }
span { border-color: rgb(115,224,210); }
td.TdClassName
{
border-color: #73E0D2;
}
.TagClassName
{
border-color: #73E0D2;
}
</style>