Shades of Medium Aquamarine #61CEA6
Tints of Medium Aquamarine #61CEA6
RGB
CMYK
RGB Variations
Color information
#61CEA6 (or 0x61CEA6) is known color: Medium Aquamarine. HEX triplet: 61, CE and A6. RGB value is (97,206,166). Sum of RGB (Red+Green+Blue) = 97+206+166=469 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.68% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 166 (65.23% from 255 or 35.39% from 469); Max value from RGB is 206 - color contains mainly: green. Hex color #61CEA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CEA6 is #9E3159. Grayscale: #A8A8A8. Windows color (decimal): -10367322 or 10931809. OLE color: 10931809.
HSL color Cylindrical-coordinate representation of color #61CEA6: hue angle of 157.98º 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 #61CEA6 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 206 | 166 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.19 |
| HSL | 157.98º | 0.53% | 0.59% | - |
| HSV(B) | 157.98º | 0.53% | 0.81% | - |
| XYZ | 33.88 | 49.44 | 43.83 | - |
| YUV | 168.85 | 126.39 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 206 | 166 | 0.53 | 0 | 0.19 | 0.19 | 157.98 | 0.53 | 0.59 |
| Hex | 61 | CE | A6 | 35 | 0 | 13 | 13 | 9E | 35 | 3B |
| Octal | 141 | 316 | 246 | 65 | 0 | 23 | 23 | 236 | 65 | 73 |
| Binary | 1100001 | 11001110 | 10100110 | 110101 | 0 | 10011 | 10011 | 10011110 | 110101 | 111011 |
Color Harmonies of #61CEA6
Complementary color
Monochromatic Colors of #61CEA6
Black with #61CEA6
Text Example
Text Example
White with #61CEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CEA6; }
p { color: rgb(97,206,166); }
H1.HeaderClassName
{
color: #61CEA6;
}
.AnyTagClassName
{
color: #61CEA6;
}
</style>
background-color css
<style>
a { background-color: #61CEA6; }
a { background-color: rgb(97,206,166); }
div.DivClassName
{
background-color: #61CEA6;
}
.BgClassName
{
background-color: #61CEA6;
}
</style>
border-color css
<style>
span { border-color: #61CEA6; }
span { border-color: rgb(97,206,166); }
td.TdClassName
{
border-color: #61CEA6;
}
.TagClassName
{
border-color: #61CEA6;
}
</style>