Shades of Medium Aquamarine #61C8AF
Tints of Medium Aquamarine #61C8AF
RGB
CMYK
RGB Variations
Color information
#61C8AF (or 0x61C8AF) is known color: Medium Aquamarine. HEX triplet: 61, C8 and AF. RGB value is (97,200,175). Sum of RGB (Red+Green+Blue) = 97+200+175=472 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.55% from 472); Green value is 200 (78.52% from 255 or 42.37% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 200 - color contains mainly: green. Hex color #61C8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C8AF is #9E3750. Grayscale: #A6A6A6. Windows color (decimal): -10368849 or 11520097. OLE color: 11520097.
HSL color Cylindrical-coordinate representation of color #61C8AF: hue angle of 165.44º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C8AF is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 200 | 175 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.22 |
| HSL | 165.44º | 0.48% | 0.58% | - |
| HSV(B) | 165.44º | 0.52% | 0.78% | - |
| XYZ | 33.32 | 46.95 | 47.86 | - |
| YUV | 166.35 | 132.88 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 200 | 175 | 0.52 | 0 | 0.12 | 0.22 | 165.44 | 0.48 | 0.58 |
| Hex | 61 | C8 | AF | 34 | 0 | C | 16 | A5 | 30 | 3A |
| Octal | 141 | 310 | 257 | 64 | 0 | 14 | 26 | 245 | 60 | 72 |
| Binary | 1100001 | 11001000 | 10101111 | 110100 | 0 | 1100 | 10110 | 10100101 | 110000 | 111010 |
Color Harmonies of #61C8AF
Complementary color
Monochromatic Colors of #61C8AF
Black with #61C8AF
Text Example
Text Example
White with #61C8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C8AF; }
p { color: rgb(97,200,175); }
H1.HeaderClassName
{
color: #61C8AF;
}
.AnyTagClassName
{
color: #61C8AF;
}
</style>
background-color css
<style>
a { background-color: #61C8AF; }
a { background-color: rgb(97,200,175); }
div.DivClassName
{
background-color: #61C8AF;
}
.BgClassName
{
background-color: #61C8AF;
}
</style>
border-color css
<style>
span { border-color: #61C8AF; }
span { border-color: rgb(97,200,175); }
td.TdClassName
{
border-color: #61C8AF;
}
.TagClassName
{
border-color: #61C8AF;
}
</style>