Shades of Downy #61F2BC
Tints of Downy #61F2BC
RGB
CMYK
RGB Variations
Color information
#61F2BC (or 0x61F2BC) is known color: Downy. HEX triplet: 61, F2 and BC. RGB value is (97,242,188). Sum of RGB (Red+Green+Blue) = 97+242+188=527 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.41% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #61F2BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F2BC is #9E0D43. Grayscale: #C0C0C0. Windows color (decimal): -10358084 or 12382817. OLE color: 12382817.
HSL color Cylindrical-coordinate representation of color #61F2BC: hue angle of 157.66º degrees, saturation: 0.85, 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 #61F2BC is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 242 | 188 | - |
| CMYK | 0.60 | 0 | 0.22 | 0.05 |
| HSL | 157.66º | 0.85% | 0.66% | - |
| HSV(B) | 157.66º | 0.6% | 0.95% | - |
| XYZ | 45.76 | 69.68 | 58.61 | - |
| YUV | 192.49 | 125.46 | 59.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 242 | 188 | 0.60 | 0 | 0.22 | 0.05 | 157.66 | 0.85 | 0.66 |
| Hex | 61 | F2 | BC | 3C | 0 | 16 | 5 | 9E | 55 | 42 |
| Octal | 141 | 362 | 274 | 74 | 0 | 26 | 5 | 236 | 125 | 102 |
| Binary | 1100001 | 11110010 | 10111100 | 111100 | 0 | 10110 | 101 | 10011110 | 1010101 | 1000010 |
Color Harmonies of #61F2BC
Complementary color
Monochromatic Colors of #61F2BC
Black with #61F2BC
Text Example
Text Example
White with #61F2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F2BC; }
p { color: rgb(97,242,188); }
H1.HeaderClassName
{
color: #61F2BC;
}
.AnyTagClassName
{
color: #61F2BC;
}
</style>
background-color css
<style>
a { background-color: #61F2BC; }
a { background-color: rgb(97,242,188); }
div.DivClassName
{
background-color: #61F2BC;
}
.BgClassName
{
background-color: #61F2BC;
}
</style>
border-color css
<style>
span { border-color: #61F2BC; }
span { border-color: rgb(97,242,188); }
td.TdClassName
{
border-color: #61F2BC;
}
.TagClassName
{
border-color: #61F2BC;
}
</style>