Shades of Downy #73D3CC
Tints of Downy #73D3CC
RGB
CMYK
RGB Variations
Color information
#73D3CC (or 0x73D3CC) is known color: Downy. HEX triplet: 73, D3 and CC. RGB value is (115,211,204). Sum of RGB (Red+Green+Blue) = 115+211+204=530 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.70% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 211 - color contains mainly: green. Hex color #73D3CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D3CC is #8C2C33. Grayscale: #B5B5B5. Windows color (decimal): -9186356 or 13423475. OLE color: 13423475.
HSL color Cylindrical-coordinate representation of color #73D3CC: hue angle of 175.62º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73D3CC is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 211 | 204 | - |
| CMYK | 0.45 | 0 | 0.03 | 0.17 |
| HSL | 175.63º | 0.52% | 0.64% | - |
| HSV(B) | 175.63º | 0.45% | 0.83% | - |
| XYZ | 41.26 | 54.59 | 65.49 | - |
| YUV | 181.5 | 140.7 | 80.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 211 | 204 | 0.45 | 0 | 0.03 | 0.17 | 175.63 | 0.52 | 0.64 |
| Hex | 73 | D3 | CC | 2D | 0 | 3 | 11 | B0 | 34 | 40 |
| Octal | 163 | 323 | 314 | 55 | 0 | 3 | 21 | 260 | 64 | 100 |
| Binary | 1110011 | 11010011 | 11001100 | 101101 | 0 | 11 | 10001 | 10110000 | 110100 | 1000000 |
Color Harmonies of #73D3CC
Complementary color
Monochromatic Colors of #73D3CC
Black with #73D3CC
Text Example
Text Example
White with #73D3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D3CC; }
p { color: rgb(115,211,204); }
H1.HeaderClassName
{
color: #73D3CC;
}
.AnyTagClassName
{
color: #73D3CC;
}
</style>
background-color css
<style>
a { background-color: #73D3CC; }
a { background-color: rgb(115,211,204); }
div.DivClassName
{
background-color: #73D3CC;
}
.BgClassName
{
background-color: #73D3CC;
}
</style>
border-color css
<style>
span { border-color: #73D3CC; }
span { border-color: rgb(115,211,204); }
td.TdClassName
{
border-color: #73D3CC;
}
.TagClassName
{
border-color: #73D3CC;
}
</style>