Shades of Medium Aquamarine #61CEA1
Tints of Medium Aquamarine #61CEA1
RGB
CMYK
RGB Variations
Color information
#61CEA1 (or 0x61CEA1) is known color: Medium Aquamarine. HEX triplet: 61, CE and A1. RGB value is (97,206,161). Sum of RGB (Red+Green+Blue) = 97+206+161=464 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.91% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 206 - color contains mainly: green. Hex color #61CEA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CEA1 is #9E315E. Grayscale: #A8A8A8. Windows color (decimal): -10367327 or 10604129. OLE color: 10604129.
HSL color Cylindrical-coordinate representation of color #61CEA1: hue angle of 155.23º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61CEA1 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 206 | 161 | - |
| CMYK | 0.53 | 0 | 0.22 | 0.19 |
| HSL | 155.23º | 0.53% | 0.59% | - |
| HSV(B) | 155.23º | 0.53% | 0.81% | - |
| XYZ | 33.43 | 49.26 | 41.46 | - |
| YUV | 168.28 | 123.89 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 206 | 161 | 0.53 | 0 | 0.22 | 0.19 | 155.23 | 0.53 | 0.59 |
| Hex | 61 | CE | A1 | 35 | 0 | 16 | 13 | 9B | 35 | 3B |
| Octal | 141 | 316 | 241 | 65 | 0 | 26 | 23 | 233 | 65 | 73 |
| Binary | 1100001 | 11001110 | 10100001 | 110101 | 0 | 10110 | 10011 | 10011011 | 110101 | 111011 |
Color Harmonies of #61CEA1
Complementary color
Monochromatic Colors of #61CEA1
Black with #61CEA1
Text Example
Text Example
White with #61CEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CEA1; }
p { color: rgb(97,206,161); }
H1.HeaderClassName
{
color: #61CEA1;
}
.AnyTagClassName
{
color: #61CEA1;
}
</style>
background-color css
<style>
a { background-color: #61CEA1; }
a { background-color: rgb(97,206,161); }
div.DivClassName
{
background-color: #61CEA1;
}
.BgClassName
{
background-color: #61CEA1;
}
</style>
border-color css
<style>
span { border-color: #61CEA1; }
span { border-color: rgb(97,206,161); }
td.TdClassName
{
border-color: #61CEA1;
}
.TagClassName
{
border-color: #61CEA1;
}
</style>