Shades of Aquamarine #61FFAF
Tints of Aquamarine #61FFAF
RGB
CMYK
RGB Variations
Color information
#61FFAF (or 0x61FFAF) is known color: Aquamarine. HEX triplet: 61, FF and AF. RGB value is (97,255,175). Sum of RGB (Red+Green+Blue) = 97+255+175=527 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.41% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #61FFAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61FFAF is #9E0050. Grayscale: #C6C6C6. Windows color (decimal): -10354769 or 11534177. OLE color: 11534177.
HSL color Cylindrical-coordinate representation of color #61FFAF: hue angle of 149.62º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FFAF is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 175 | - |
| CMYK | 0.62 | 0 | 0.31 | 0 |
| HSL | 149.62º | 1% | 0.69% | - |
| HSV(B) | 149.62º | 0.62% | 1% | - |
| XYZ | 48.43 | 77.16 | 52.9 | - |
| YUV | 198.64 | 114.65 | 55.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 175 | 0.62 | 0 | 0.31 | 0 | 149.62 | 1 | 0.69 |
| Hex | 61 | FF | AF | 3E | 0 | 1F | 0 | 96 | 64 | 45 |
| Octal | 141 | 377 | 257 | 76 | 0 | 37 | 0 | 226 | 144 | 105 |
| Binary | 1100001 | 11111111 | 10101111 | 111110 | 0 | 11111 | 0 | 10010110 | 1100100 | 1000101 |
Color Harmonies of #61FFAF
Complementary color
Monochromatic Colors of #61FFAF
Black with #61FFAF
Text Example
Text Example
White with #61FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FFAF; }
p { color: rgb(97,255,175); }
H1.HeaderClassName
{
color: #61FFAF;
}
.AnyTagClassName
{
color: #61FFAF;
}
</style>
background-color css
<style>
a { background-color: #61FFAF; }
a { background-color: rgb(97,255,175); }
div.DivClassName
{
background-color: #61FFAF;
}
.BgClassName
{
background-color: #61FFAF;
}
</style>
border-color css
<style>
span { border-color: #61FFAF; }
span { border-color: rgb(97,255,175); }
td.TdClassName
{
border-color: #61FFAF;
}
.TagClassName
{
border-color: #61FFAF;
}
</style>