Shades of Downy #73CCBE
Tints of Downy #73CCBE
RGB
CMYK
RGB Variations
Color information
#73CCBE (or 0x73CCBE) is known color: Downy. HEX triplet: 73, CC and BE. RGB value is (115,204,190). Sum of RGB (Red+Green+Blue) = 115+204+190=509 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.59% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 204 - color contains mainly: green. Hex color #73CCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CCBE is #8C3341. Grayscale: #AFAFAF. Windows color (decimal): -9188162 or 12504179. OLE color: 12504179.
HSL color Cylindrical-coordinate representation of color #73CCBE: hue angle of 170.56º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73CCBE is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 204 | 190 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.2 |
| HSL | 170.56º | 0.47% | 0.63% | - |
| HSV(B) | 170.56º | 0.44% | 0.8% | - |
| XYZ | 37.96 | 50.55 | 56.47 | - |
| YUV | 175.79 | 136.01 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 204 | 190 | 0.44 | 0 | 0.07 | 0.2 | 170.56 | 0.47 | 0.63 |
| Hex | 73 | CC | BE | 2C | 0 | 7 | 14 | AB | 2F | 3F |
| Octal | 163 | 314 | 276 | 54 | 0 | 7 | 24 | 253 | 57 | 77 |
| Binary | 1110011 | 11001100 | 10111110 | 101100 | 0 | 111 | 10100 | 10101011 | 101111 | 111111 |
Color Harmonies of #73CCBE
Complementary color
Monochromatic Colors of #73CCBE
Black with #73CCBE
Text Example
Text Example
White with #73CCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CCBE; }
p { color: rgb(115,204,190); }
H1.HeaderClassName
{
color: #73CCBE;
}
.AnyTagClassName
{
color: #73CCBE;
}
</style>
background-color css
<style>
a { background-color: #73CCBE; }
a { background-color: rgb(115,204,190); }
div.DivClassName
{
background-color: #73CCBE;
}
.BgClassName
{
background-color: #73CCBE;
}
</style>
border-color css
<style>
span { border-color: #73CCBE; }
span { border-color: rgb(115,204,190); }
td.TdClassName
{
border-color: #73CCBE;
}
.TagClassName
{
border-color: #73CCBE;
}
</style>