Shades of Downy #73CFCC
Tints of Downy #73CFCC
RGB
CMYK
RGB Variations
Color information
#73CFCC (or 0x73CFCC) is known color: Downy. HEX triplet: 73, CF and CC. RGB value is (115,207,204). Sum of RGB (Red+Green+Blue) = 115+207+204=526 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.86% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 207 - color contains mainly: green. Hex color #73CFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CFCC is #8C3033. Grayscale: #B3B3B3. Windows color (decimal): -9187380 or 13422451. OLE color: 13422451.
HSL color Cylindrical-coordinate representation of color #73CFCC: hue angle of 178.04º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73CFCC is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 207 | 204 | - |
| CMYK | 0.44 | 0 | 0.01 | 0.19 |
| HSL | 178.04º | 0.49% | 0.63% | - |
| HSV(B) | 178.04º | 0.44% | 0.81% | - |
| XYZ | 40.28 | 52.63 | 65.16 | - |
| YUV | 179.15 | 142.02 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 207 | 204 | 0.44 | 0 | 0.01 | 0.19 | 178.04 | 0.49 | 0.63 |
| Hex | 73 | CF | CC | 2C | 0 | 1 | 13 | B2 | 31 | 3F |
| Octal | 163 | 317 | 314 | 54 | 0 | 1 | 23 | 262 | 61 | 77 |
| Binary | 1110011 | 11001111 | 11001100 | 101100 | 0 | 1 | 10011 | 10110010 | 110001 | 111111 |
Color Harmonies of #73CFCC
Complementary color
Monochromatic Colors of #73CFCC
Black with #73CFCC
Text Example
Text Example
White with #73CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CFCC; }
p { color: rgb(115,207,204); }
H1.HeaderClassName
{
color: #73CFCC;
}
.AnyTagClassName
{
color: #73CFCC;
}
</style>
background-color css
<style>
a { background-color: #73CFCC; }
a { background-color: rgb(115,207,204); }
div.DivClassName
{
background-color: #73CFCC;
}
.BgClassName
{
background-color: #73CFCC;
}
</style>
border-color css
<style>
span { border-color: #73CFCC; }
span { border-color: rgb(115,207,204); }
td.TdClassName
{
border-color: #73CFCC;
}
.TagClassName
{
border-color: #73CFCC;
}
</style>