Shades of Downy #73C8C2
Tints of Downy #73C8C2
RGB
CMYK
RGB Variations
Color information
#73C8C2 (or 0x73C8C2) is known color: Downy. HEX triplet: 73, C8 and C2. RGB value is (115,200,194). Sum of RGB (Red+Green+Blue) = 115+200+194=509 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.59% from 509); Green value is 200 (78.52% from 255 or 39.29% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 200 - color contains mainly: green. Hex color #73C8C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C8C2 is #8C373D. Grayscale: #ADADAD. Windows color (decimal): -9189182 or 12765299. OLE color: 12765299.
HSL color Cylindrical-coordinate representation of color #73C8C2: hue angle of 175.76º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73C8C2 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 200 | 194 | - |
| CMYK | 0.42 | 0 | 0.03 | 0.22 |
| HSL | 175.76º | 0.44% | 0.62% | - |
| HSV(B) | 175.76º | 0.43% | 0.78% | - |
| XYZ | 37.46 | 48.85 | 58.49 | - |
| YUV | 173.9 | 139.34 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 200 | 194 | 0.42 | 0 | 0.03 | 0.22 | 175.76 | 0.44 | 0.62 |
| Hex | 73 | C8 | C2 | 2A | 0 | 3 | 16 | B0 | 2C | 3E |
| Octal | 163 | 310 | 302 | 52 | 0 | 3 | 26 | 260 | 54 | 76 |
| Binary | 1110011 | 11001000 | 11000010 | 101010 | 0 | 11 | 10110 | 10110000 | 101100 | 111110 |
Color Harmonies of #73C8C2
Complementary color
Monochromatic Colors of #73C8C2
Black with #73C8C2
Text Example
Text Example
White with #73C8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C8C2; }
p { color: rgb(115,200,194); }
H1.HeaderClassName
{
color: #73C8C2;
}
.AnyTagClassName
{
color: #73C8C2;
}
</style>
background-color css
<style>
a { background-color: #73C8C2; }
a { background-color: rgb(115,200,194); }
div.DivClassName
{
background-color: #73C8C2;
}
.BgClassName
{
background-color: #73C8C2;
}
</style>
border-color css
<style>
span { border-color: #73C8C2; }
span { border-color: rgb(115,200,194); }
td.TdClassName
{
border-color: #73C8C2;
}
.TagClassName
{
border-color: #73C8C2;
}
</style>