Shades of Downy #61DFBE
Tints of Downy #61DFBE
RGB
CMYK
RGB Variations
Color information
#61DFBE (or 0x61DFBE) is known color: Downy. HEX triplet: 61, DF and BE. RGB value is (97,223,190). Sum of RGB (Red+Green+Blue) = 97+223+190=510 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.02% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 223 - color contains mainly: green. Hex color #61DFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DFBE is #9E2041. Grayscale: #B5B5B5. Windows color (decimal): -10362946 or 12509025. OLE color: 12509025.
HSL color Cylindrical-coordinate representation of color #61DFBE: hue angle of 164.29º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61DFBE is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 223 | 190 | - |
| CMYK | 0.57 | 0 | 0.15 | 0.13 |
| HSL | 164.29º | 0.66% | 0.63% | - |
| HSV(B) | 164.29º | 0.57% | 0.87% | - |
| XYZ | 40.61 | 59.03 | 57.97 | - |
| YUV | 181.56 | 132.76 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 223 | 190 | 0.57 | 0 | 0.15 | 0.13 | 164.29 | 0.66 | 0.63 |
| Hex | 61 | DF | BE | 39 | 0 | F | D | A4 | 42 | 3F |
| Octal | 141 | 337 | 276 | 71 | 0 | 17 | 15 | 244 | 102 | 77 |
| Binary | 1100001 | 11011111 | 10111110 | 111001 | 0 | 1111 | 1101 | 10100100 | 1000010 | 111111 |
Color Harmonies of #61DFBE
Complementary color
Monochromatic Colors of #61DFBE
Black with #61DFBE
Text Example
Text Example
White with #61DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DFBE; }
p { color: rgb(97,223,190); }
H1.HeaderClassName
{
color: #61DFBE;
}
.AnyTagClassName
{
color: #61DFBE;
}
</style>
background-color css
<style>
a { background-color: #61DFBE; }
a { background-color: rgb(97,223,190); }
div.DivClassName
{
background-color: #61DFBE;
}
.BgClassName
{
background-color: #61DFBE;
}
</style>
border-color css
<style>
span { border-color: #61DFBE; }
span { border-color: rgb(97,223,190); }
td.TdClassName
{
border-color: #61DFBE;
}
.TagClassName
{
border-color: #61DFBE;
}
</style>