Shades of Downy #61EDCA
Tints of Downy #61EDCA
RGB
CMYK
RGB Variations
Color information
#61EDCA (or 0x61EDCA) is known color: Downy. HEX triplet: 61, ED and CA. RGB value is (97,237,202). Sum of RGB (Red+Green+Blue) = 97+237+202=536 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.10% from 536); Green value is 237 (92.97% from 255 or 44.22% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 237 - color contains mainly: green. Hex color #61EDCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EDCA is #9E1235. Grayscale: #BFBFBF. Windows color (decimal): -10359350 or 13299041. OLE color: 13299041.
HSL color Cylindrical-coordinate representation of color #61EDCA: hue angle of 165º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EDCA is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 237 | 202 | - |
| CMYK | 0.59 | 0 | 0.15 | 0.07 |
| HSL | 165º | 0.8% | 0.65% | - |
| HSV(B) | 165º | 0.59% | 0.93% | - |
| XYZ | 45.87 | 67.37 | 66.46 | - |
| YUV | 191.15 | 134.12 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 237 | 202 | 0.59 | 0 | 0.15 | 0.07 | 165 | 0.8 | 0.65 |
| Hex | 61 | ED | CA | 3B | 0 | F | 7 | A5 | 50 | 41 |
| Octal | 141 | 355 | 312 | 73 | 0 | 17 | 7 | 245 | 120 | 101 |
| Binary | 1100001 | 11101101 | 11001010 | 111011 | 0 | 1111 | 111 | 10100101 | 1010000 | 1000001 |
Color Harmonies of #61EDCA
Complementary color
Monochromatic Colors of #61EDCA
Black with #61EDCA
Text Example
Text Example
White with #61EDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EDCA; }
p { color: rgb(97,237,202); }
H1.HeaderClassName
{
color: #61EDCA;
}
.AnyTagClassName
{
color: #61EDCA;
}
</style>
background-color css
<style>
a { background-color: #61EDCA; }
a { background-color: rgb(97,237,202); }
div.DivClassName
{
background-color: #61EDCA;
}
.BgClassName
{
background-color: #61EDCA;
}
</style>
border-color css
<style>
span { border-color: #61EDCA; }
span { border-color: rgb(97,237,202); }
td.TdClassName
{
border-color: #61EDCA;
}
.TagClassName
{
border-color: #61EDCA;
}
</style>