Shades of Downy #61EAC1
Tints of Downy #61EAC1
RGB
CMYK
RGB Variations
Color information
#61EAC1 (or 0x61EAC1) is known color: Downy. HEX triplet: 61, EA and C1. RGB value is (97,234,193). Sum of RGB (Red+Green+Blue) = 97+234+193=524 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.51% from 524); Green value is 234 (91.80% from 255 or 44.66% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 234 - color contains mainly: green. Hex color #61EAC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EAC1 is #9E153E. Grayscale: #BCBCBC. Windows color (decimal): -10360127 or 12708449. OLE color: 12708449.
HSL color Cylindrical-coordinate representation of color #61EAC1: hue angle of 162.04º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EAC1 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 97 | 234 | 193 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.08 |
| HSL | 162.04º | 0.77% | 0.65% | - |
| HSV(B) | 162.04º | 0.59% | 0.92% | - |
| XYZ | 43.98 | 65.24 | 60.73 | - |
| YUV | 188.36 | 130.61 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 234 | 193 | 0.59 | 0 | 0.18 | 0.08 | 162.04 | 0.77 | 0.65 |
| Hex | 61 | EA | C1 | 3B | 0 | 12 | 8 | A2 | 4D | 41 |
| Octal | 141 | 352 | 301 | 73 | 0 | 22 | 10 | 242 | 115 | 101 |
| Binary | 1100001 | 11101010 | 11000001 | 111011 | 0 | 10010 | 1000 | 10100010 | 1001101 | 1000001 |
Color Harmonies of #61EAC1
Complementary color
Monochromatic Colors of #61EAC1
Black with #61EAC1
Text Example
Text Example
White with #61EAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EAC1; }
p { color: rgb(97,234,193); }
H1.HeaderClassName
{
color: #61EAC1;
}
.AnyTagClassName
{
color: #61EAC1;
}
</style>
background-color css
<style>
a { background-color: #61EAC1; }
a { background-color: rgb(97,234,193); }
div.DivClassName
{
background-color: #61EAC1;
}
.BgClassName
{
background-color: #61EAC1;
}
</style>
border-color css
<style>
span { border-color: #61EAC1; }
span { border-color: rgb(97,234,193); }
td.TdClassName
{
border-color: #61EAC1;
}
.TagClassName
{
border-color: #61EAC1;
}
</style>