Shades of Medium Aquamarine #61CEA2
Tints of Medium Aquamarine #61CEA2
RGB
CMYK
RGB Variations
Color information
#61CEA2 (or 0x61CEA2) is known color: Medium Aquamarine. HEX triplet: 61, CE and A2. RGB value is (97,206,162). Sum of RGB (Red+Green+Blue) = 97+206+162=465 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.86% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 206 - color contains mainly: green. Hex color #61CEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CEA2 is #9E315D. Grayscale: #A8A8A8. Windows color (decimal): -10367326 or 10669665. OLE color: 10669665.
HSL color Cylindrical-coordinate representation of color #61CEA2: hue angle of 155.78º 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 #61CEA2 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 206 | 162 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.19 |
| HSL | 155.78º | 0.53% | 0.59% | - |
| HSV(B) | 155.78º | 0.53% | 0.81% | - |
| XYZ | 33.52 | 49.29 | 41.93 | - |
| YUV | 168.39 | 124.39 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 206 | 162 | 0.53 | 0 | 0.21 | 0.19 | 155.78 | 0.53 | 0.59 |
| Hex | 61 | CE | A2 | 35 | 0 | 15 | 13 | 9C | 35 | 3B |
| Octal | 141 | 316 | 242 | 65 | 0 | 25 | 23 | 234 | 65 | 73 |
| Binary | 1100001 | 11001110 | 10100010 | 110101 | 0 | 10101 | 10011 | 10011100 | 110101 | 111011 |
Color Harmonies of #61CEA2
Complementary color
Monochromatic Colors of #61CEA2
Black with #61CEA2
Text Example
Text Example
White with #61CEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CEA2; }
p { color: rgb(97,206,162); }
H1.HeaderClassName
{
color: #61CEA2;
}
.AnyTagClassName
{
color: #61CEA2;
}
</style>
background-color css
<style>
a { background-color: #61CEA2; }
a { background-color: rgb(97,206,162); }
div.DivClassName
{
background-color: #61CEA2;
}
.BgClassName
{
background-color: #61CEA2;
}
</style>
border-color css
<style>
span { border-color: #61CEA2; }
span { border-color: rgb(97,206,162); }
td.TdClassName
{
border-color: #61CEA2;
}
.TagClassName
{
border-color: #61CEA2;
}
</style>