Shades of Downy #61F1BF
Tints of Downy #61F1BF
RGB
CMYK
RGB Variations
Color information
#61F1BF (or 0x61F1BF) is known color: Downy. HEX triplet: 61, F1 and BF. RGB value is (97,241,191). Sum of RGB (Red+Green+Blue) = 97+241+191=529 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.34% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #61F1BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F1BF is #9E0E40. Grayscale: #C0C0C0. Windows color (decimal): -10358337 or 12579169. OLE color: 12579169.
HSL color Cylindrical-coordinate representation of color #61F1BF: hue angle of 159.17º 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 #61F1BF is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 241 | 191 | - |
| CMYK | 0.60 | 0 | 0.21 | 0.05 |
| HSL | 159.17º | 0.84% | 0.66% | - |
| HSV(B) | 159.17º | 0.6% | 0.95% | - |
| XYZ | 45.79 | 69.21 | 60.24 | - |
| YUV | 192.24 | 127.29 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 241 | 191 | 0.60 | 0 | 0.21 | 0.05 | 159.17 | 0.84 | 0.66 |
| Hex | 61 | F1 | BF | 3C | 0 | 15 | 5 | 9F | 54 | 42 |
| Octal | 141 | 361 | 277 | 74 | 0 | 25 | 5 | 237 | 124 | 102 |
| Binary | 1100001 | 11110001 | 10111111 | 111100 | 0 | 10101 | 101 | 10011111 | 1010100 | 1000010 |
Color Harmonies of #61F1BF
Complementary color
Monochromatic Colors of #61F1BF
Black with #61F1BF
Text Example
Text Example
White with #61F1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F1BF; }
p { color: rgb(97,241,191); }
H1.HeaderClassName
{
color: #61F1BF;
}
.AnyTagClassName
{
color: #61F1BF;
}
</style>
background-color css
<style>
a { background-color: #61F1BF; }
a { background-color: rgb(97,241,191); }
div.DivClassName
{
background-color: #61F1BF;
}
.BgClassName
{
background-color: #61F1BF;
}
</style>
border-color css
<style>
span { border-color: #61F1BF; }
span { border-color: rgb(97,241,191); }
td.TdClassName
{
border-color: #61F1BF;
}
.TagClassName
{
border-color: #61F1BF;
}
</style>