Shades of Downy #61F2BB
Tints of Downy #61F2BB
RGB
CMYK
RGB Variations
Color information
#61F2BB (or 0x61F2BB) is known color: Downy. HEX triplet: 61, F2 and BB. RGB value is (97,242,187). Sum of RGB (Red+Green+Blue) = 97+242+187=526 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.44% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 242 - color contains mainly: green. Hex color #61F2BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F2BB is #9E0D44. Grayscale: #C0C0C0. Windows color (decimal): -10358085 or 12317281. OLE color: 12317281.
HSL color Cylindrical-coordinate representation of color #61F2BB: hue angle of 157.24º 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 #61F2BB is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 242 | 187 | - |
| CMYK | 0.60 | 0 | 0.23 | 0.05 |
| HSL | 157.24º | 0.85% | 0.66% | - |
| HSV(B) | 157.24º | 0.6% | 0.95% | - |
| XYZ | 45.65 | 69.63 | 58.05 | - |
| YUV | 192.38 | 124.96 | 59.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 242 | 187 | 0.60 | 0 | 0.23 | 0.05 | 157.24 | 0.85 | 0.66 |
| Hex | 61 | F2 | BB | 3C | 0 | 17 | 5 | 9D | 55 | 42 |
| Octal | 141 | 362 | 273 | 74 | 0 | 27 | 5 | 235 | 125 | 102 |
| Binary | 1100001 | 11110010 | 10111011 | 111100 | 0 | 10111 | 101 | 10011101 | 1010101 | 1000010 |
Color Harmonies of #61F2BB
Complementary color
Monochromatic Colors of #61F2BB
Black with #61F2BB
Text Example
Text Example
White with #61F2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F2BB; }
p { color: rgb(97,242,187); }
H1.HeaderClassName
{
color: #61F2BB;
}
.AnyTagClassName
{
color: #61F2BB;
}
</style>
background-color css
<style>
a { background-color: #61F2BB; }
a { background-color: rgb(97,242,187); }
div.DivClassName
{
background-color: #61F2BB;
}
.BgClassName
{
background-color: #61F2BB;
}
</style>
border-color css
<style>
span { border-color: #61F2BB; }
span { border-color: rgb(97,242,187); }
td.TdClassName
{
border-color: #61F2BB;
}
.TagClassName
{
border-color: #61F2BB;
}
</style>