Shades of Downy #73DFBE
Tints of Downy #73DFBE
RGB
CMYK
RGB Variations
Color information
#73DFBE (or 0x73DFBE) is known color: Downy. HEX triplet: 73, DF and BE. RGB value is (115,223,190). Sum of RGB (Red+Green+Blue) = 115+223+190=528 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.78% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #73DFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DFBE is #8C2041. Grayscale: #BABABA. Windows color (decimal): -9183298 or 12509043. OLE color: 12509043.
HSL color Cylindrical-coordinate representation of color #73DFBE: hue angle of 161.67º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DFBE is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 223 | 190 | - |
| CMYK | 0.48 | 0 | 0.15 | 0.13 |
| HSL | 161.67º | 0.63% | 0.66% | - |
| HSV(B) | 161.67º | 0.48% | 0.87% | - |
| XYZ | 42.75 | 60.14 | 58.07 | - |
| YUV | 186.95 | 129.72 | 76.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 223 | 190 | 0.48 | 0 | 0.15 | 0.13 | 161.67 | 0.63 | 0.66 |
| Hex | 73 | DF | BE | 30 | 0 | F | D | A2 | 3F | 42 |
| Octal | 163 | 337 | 276 | 60 | 0 | 17 | 15 | 242 | 77 | 102 |
| Binary | 1110011 | 11011111 | 10111110 | 110000 | 0 | 1111 | 1101 | 10100010 | 111111 | 1000010 |
Color Harmonies of #73DFBE
Complementary color
Monochromatic Colors of #73DFBE
Black with #73DFBE
Text Example
Text Example
White with #73DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DFBE; }
p { color: rgb(115,223,190); }
H1.HeaderClassName
{
color: #73DFBE;
}
.AnyTagClassName
{
color: #73DFBE;
}
</style>
background-color css
<style>
a { background-color: #73DFBE; }
a { background-color: rgb(115,223,190); }
div.DivClassName
{
background-color: #73DFBE;
}
.BgClassName
{
background-color: #73DFBE;
}
</style>
border-color css
<style>
span { border-color: #73DFBE; }
span { border-color: rgb(115,223,190); }
td.TdClassName
{
border-color: #73DFBE;
}
.TagClassName
{
border-color: #73DFBE;
}
</style>