Shades of Downy #73CEBE
Tints of Downy #73CEBE
RGB
CMYK
RGB Variations
Color information
#73CEBE (or 0x73CEBE) is known color: Downy. HEX triplet: 73, CE and BE. RGB value is (115,206,190). Sum of RGB (Red+Green+Blue) = 115+206+190=511 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.50% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 206 - color contains mainly: green. Hex color #73CEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CEBE is #8C3141. Grayscale: #B0B0B0. Windows color (decimal): -9187650 or 12504691. OLE color: 12504691.
HSL color Cylindrical-coordinate representation of color #73CEBE: hue angle of 169.45º degrees, saturation: 0.48, 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 #73CEBE is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 206 | 190 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.19 |
| HSL | 169.45º | 0.48% | 0.63% | - |
| HSV(B) | 169.45º | 0.44% | 0.81% | - |
| XYZ | 38.44 | 51.51 | 56.63 | - |
| YUV | 176.97 | 135.35 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 206 | 190 | 0.44 | 0 | 0.08 | 0.19 | 169.45 | 0.48 | 0.63 |
| Hex | 73 | CE | BE | 2C | 0 | 8 | 13 | A9 | 30 | 3F |
| Octal | 163 | 316 | 276 | 54 | 0 | 10 | 23 | 251 | 60 | 77 |
| Binary | 1110011 | 11001110 | 10111110 | 101100 | 0 | 1000 | 10011 | 10101001 | 110000 | 111111 |
Color Harmonies of #73CEBE
Complementary color
Monochromatic Colors of #73CEBE
Black with #73CEBE
Text Example
Text Example
White with #73CEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CEBE; }
p { color: rgb(115,206,190); }
H1.HeaderClassName
{
color: #73CEBE;
}
.AnyTagClassName
{
color: #73CEBE;
}
</style>
background-color css
<style>
a { background-color: #73CEBE; }
a { background-color: rgb(115,206,190); }
div.DivClassName
{
background-color: #73CEBE;
}
.BgClassName
{
background-color: #73CEBE;
}
</style>
border-color css
<style>
span { border-color: #73CEBE; }
span { border-color: rgb(115,206,190); }
td.TdClassName
{
border-color: #73CEBE;
}
.TagClassName
{
border-color: #73CEBE;
}
</style>