Shades of Downy #61EEC9
Tints of Downy #61EEC9
RGB
CMYK
RGB Variations
Color information
#61EEC9 (or 0x61EEC9) is known color: Downy. HEX triplet: 61, EE and C9. RGB value is (97,238,201). Sum of RGB (Red+Green+Blue) = 97+238+201=536 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.10% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 238 - color contains mainly: green. Hex color #61EEC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EEC9 is #9E1136. Grayscale: #BFBFBF. Windows color (decimal): -10359095 or 13233761. OLE color: 13233761.
HSL color Cylindrical-coordinate representation of color #61EEC9: hue angle of 164.26º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EEC9 is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 238 | 201 | - |
| CMYK | 0.59 | 0 | 0.16 | 0.07 |
| HSL | 164.26º | 0.81% | 0.66% | - |
| HSV(B) | 164.26º | 0.59% | 0.93% | - |
| XYZ | 46.05 | 67.91 | 65.94 | - |
| YUV | 191.62 | 133.29 | 60.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 238 | 201 | 0.59 | 0 | 0.16 | 0.07 | 164.26 | 0.81 | 0.66 |
| Hex | 61 | EE | C9 | 3B | 0 | 10 | 7 | A4 | 51 | 42 |
| Octal | 141 | 356 | 311 | 73 | 0 | 20 | 7 | 244 | 121 | 102 |
| Binary | 1100001 | 11101110 | 11001001 | 111011 | 0 | 10000 | 111 | 10100100 | 1010001 | 1000010 |
Color Harmonies of #61EEC9
Complementary color
Monochromatic Colors of #61EEC9
Black with #61EEC9
Text Example
Text Example
White with #61EEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EEC9; }
p { color: rgb(97,238,201); }
H1.HeaderClassName
{
color: #61EEC9;
}
.AnyTagClassName
{
color: #61EEC9;
}
</style>
background-color css
<style>
a { background-color: #61EEC9; }
a { background-color: rgb(97,238,201); }
div.DivClassName
{
background-color: #61EEC9;
}
.BgClassName
{
background-color: #61EEC9;
}
</style>
border-color css
<style>
span { border-color: #61EEC9; }
span { border-color: rgb(97,238,201); }
td.TdClassName
{
border-color: #61EEC9;
}
.TagClassName
{
border-color: #61EEC9;
}
</style>