Shades of Medium Aquamarine #61E19C
Tints of Medium Aquamarine #61E19C
RGB
CMYK
RGB Variations
Color information
#61E19C (or 0x61E19C) is known color: Medium Aquamarine. HEX triplet: 61, E1 and 9C. RGB value is (97,225,156). Sum of RGB (Red+Green+Blue) = 97+225+156=478 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.29% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 225 - color contains mainly: green. Hex color #61E19C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61E19C is #9E1E63. Grayscale: #B3B3B3. Windows color (decimal): -10362468 or 10281313. OLE color: 10281313.
HSL color Cylindrical-coordinate representation of color #61E19C: hue angle of 147.66º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61E19C is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 97 | 225 | 156 | - |
| CMYK | 0.57 | 0 | 0.31 | 0.12 |
| HSL | 147.66º | 0.68% | 0.63% | - |
| HSV(B) | 147.66º | 0.57% | 0.88% | - |
| XYZ | 37.86 | 58.79 | 40.81 | - |
| YUV | 178.86 | 115.09 | 69.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 225 | 156 | 0.57 | 0 | 0.31 | 0.12 | 147.66 | 0.68 | 0.63 |
| Hex | 61 | E1 | 9C | 39 | 0 | 1F | C | 94 | 44 | 3F |
| Octal | 141 | 341 | 234 | 71 | 0 | 37 | 14 | 224 | 104 | 77 |
| Binary | 1100001 | 11100001 | 10011100 | 111001 | 0 | 11111 | 1100 | 10010100 | 1000100 | 111111 |
Color Harmonies of #61E19C
Complementary color
Monochromatic Colors of #61E19C
Black with #61E19C
Text Example
Text Example
White with #61E19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E19C; }
p { color: rgb(97,225,156); }
H1.HeaderClassName
{
color: #61E19C;
}
.AnyTagClassName
{
color: #61E19C;
}
</style>
background-color css
<style>
a { background-color: #61E19C; }
a { background-color: rgb(97,225,156); }
div.DivClassName
{
background-color: #61E19C;
}
.BgClassName
{
background-color: #61E19C;
}
</style>
border-color css
<style>
span { border-color: #61E19C; }
span { border-color: rgb(97,225,156); }
td.TdClassName
{
border-color: #61E19C;
}
.TagClassName
{
border-color: #61E19C;
}
</style>