Shades of Downy #73E1CC
Tints of Downy #73E1CC
RGB
CMYK
RGB Variations
Color information
#73E1CC (or 0x73E1CC) is known color: Downy. HEX triplet: 73, E1 and CC. RGB value is (115,225,204). Sum of RGB (Red+Green+Blue) = 115+225+204=544 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.14% from 544); Green value is 225 (88.28% from 255 or 41.36% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 225 - color contains mainly: green. Hex color #73E1CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73E1CC is #8C1E33. Grayscale: #BDBDBD. Windows color (decimal): -9182772 or 13427059. OLE color: 13427059.
HSL color Cylindrical-coordinate representation of color #73E1CC: hue angle of 168.55º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73E1CC is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 225 | 204 | - |
| CMYK | 0.49 | 0 | 0.09 | 0.12 |
| HSL | 168.55º | 0.65% | 0.67% | - |
| HSV(B) | 168.55º | 0.49% | 0.88% | - |
| XYZ | 44.89 | 61.85 | 66.7 | - |
| YUV | 189.72 | 136.06 | 74.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 225 | 204 | 0.49 | 0 | 0.09 | 0.12 | 168.55 | 0.65 | 0.67 |
| Hex | 73 | E1 | CC | 31 | 0 | 9 | C | A9 | 41 | 43 |
| Octal | 163 | 341 | 314 | 61 | 0 | 11 | 14 | 251 | 101 | 103 |
| Binary | 1110011 | 11100001 | 11001100 | 110001 | 0 | 1001 | 1100 | 10101001 | 1000001 | 1000011 |
Color Harmonies of #73E1CC
Complementary color
Monochromatic Colors of #73E1CC
Black with #73E1CC
Text Example
Text Example
White with #73E1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E1CC; }
p { color: rgb(115,225,204); }
H1.HeaderClassName
{
color: #73E1CC;
}
.AnyTagClassName
{
color: #73E1CC;
}
</style>
background-color css
<style>
a { background-color: #73E1CC; }
a { background-color: rgb(115,225,204); }
div.DivClassName
{
background-color: #73E1CC;
}
.BgClassName
{
background-color: #73E1CC;
}
</style>
border-color css
<style>
span { border-color: #73E1CC; }
span { border-color: rgb(115,225,204); }
td.TdClassName
{
border-color: #73E1CC;
}
.TagClassName
{
border-color: #73E1CC;
}
</style>