Shades of Medium Aquamarine #61CEA8
Tints of Medium Aquamarine #61CEA8
RGB
CMYK
RGB Variations
Color information
#61CEA8 (or 0x61CEA8) is known color: Medium Aquamarine. HEX triplet: 61, CE and A8. RGB value is (97,206,168). Sum of RGB (Red+Green+Blue) = 97+206+168=471 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.59% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 206 - color contains mainly: green. Hex color #61CEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CEA8 is #9E3157. Grayscale: #A9A9A9. Windows color (decimal): -10367320 or 11062881. OLE color: 11062881.
HSL color Cylindrical-coordinate representation of color #61CEA8: hue angle of 159.08º 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 #61CEA8 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 206 | 168 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.19 |
| HSL | 159.08º | 0.53% | 0.59% | - |
| HSV(B) | 159.08º | 0.53% | 0.81% | - |
| XYZ | 34.07 | 49.51 | 44.81 | - |
| YUV | 169.08 | 127.39 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 206 | 168 | 0.53 | 0 | 0.18 | 0.19 | 159.08 | 0.53 | 0.59 |
| Hex | 61 | CE | A8 | 35 | 0 | 12 | 13 | 9F | 35 | 3B |
| Octal | 141 | 316 | 250 | 65 | 0 | 22 | 23 | 237 | 65 | 73 |
| Binary | 1100001 | 11001110 | 10101000 | 110101 | 0 | 10010 | 10011 | 10011111 | 110101 | 111011 |
Color Harmonies of #61CEA8
Complementary color
Monochromatic Colors of #61CEA8
Black with #61CEA8
Text Example
Text Example
White with #61CEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CEA8; }
p { color: rgb(97,206,168); }
H1.HeaderClassName
{
color: #61CEA8;
}
.AnyTagClassName
{
color: #61CEA8;
}
</style>
background-color css
<style>
a { background-color: #61CEA8; }
a { background-color: rgb(97,206,168); }
div.DivClassName
{
background-color: #61CEA8;
}
.BgClassName
{
background-color: #61CEA8;
}
</style>
border-color css
<style>
span { border-color: #61CEA8; }
span { border-color: rgb(97,206,168); }
td.TdClassName
{
border-color: #61CEA8;
}
.TagClassName
{
border-color: #61CEA8;
}
</style>