Shades of Downy #61F1C0
Tints of Downy #61F1C0
RGB
CMYK
RGB Variations
Color information
#61F1C0 (or 0x61F1C0) is known color: Downy. HEX triplet: 61, F1 and C0. RGB value is (97,241,192). Sum of RGB (Red+Green+Blue) = 97+241+192=530 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.30% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 241 - color contains mainly: green. Hex color #61F1C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F1C0 is #9E0E3F. Grayscale: #C0C0C0. Windows color (decimal): -10358336 or 12644705. OLE color: 12644705.
HSL color Cylindrical-coordinate representation of color #61F1C0: hue angle of 159.58º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F1C0 is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 241 | 192 | - |
| CMYK | 0.60 | 0 | 0.20 | 0.05 |
| HSL | 159.58º | 0.84% | 0.66% | - |
| HSV(B) | 159.58º | 0.6% | 0.95% | - |
| XYZ | 45.9 | 69.26 | 60.82 | - |
| YUV | 192.36 | 127.79 | 59.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 241 | 192 | 0.60 | 0 | 0.20 | 0.05 | 159.58 | 0.84 | 0.66 |
| Hex | 61 | F1 | C0 | 3C | 0 | 14 | 5 | A0 | 54 | 42 |
| Octal | 141 | 361 | 300 | 74 | 0 | 24 | 5 | 240 | 124 | 102 |
| Binary | 1100001 | 11110001 | 11000000 | 111100 | 0 | 10100 | 101 | 10100000 | 1010100 | 1000010 |
Color Harmonies of #61F1C0
Complementary color
Monochromatic Colors of #61F1C0
Black with #61F1C0
Text Example
Text Example
White with #61F1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F1C0; }
p { color: rgb(97,241,192); }
H1.HeaderClassName
{
color: #61F1C0;
}
.AnyTagClassName
{
color: #61F1C0;
}
</style>
background-color css
<style>
a { background-color: #61F1C0; }
a { background-color: rgb(97,241,192); }
div.DivClassName
{
background-color: #61F1C0;
}
.BgClassName
{
background-color: #61F1C0;
}
</style>
border-color css
<style>
span { border-color: #61F1C0; }
span { border-color: rgb(97,241,192); }
td.TdClassName
{
border-color: #61F1C0;
}
.TagClassName
{
border-color: #61F1C0;
}
</style>