Shades of Aquamarine #61FCC9
Tints of Aquamarine #61FCC9
RGB
CMYK
RGB Variations
Color information
#61FCC9 (or 0x61FCC9) is known color: Aquamarine. HEX triplet: 61, FC and C9. RGB value is (97,252,201). Sum of RGB (Red+Green+Blue) = 97+252+201=550 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.64% from 550); Green value is 252 (98.83% from 255 or 45.82% from 550); Blue value is 201 (78.91% from 255 or 36.55% from 550); Max value from RGB is 252 - color contains mainly: green. Hex color #61FCC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FCC9 is #9E0336. Grayscale: #C7C7C7. Windows color (decimal): -10355511 or 13237345. OLE color: 13237345.
HSL color Cylindrical-coordinate representation of color #61FCC9: hue angle of 160.26º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FCC9 is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 252 | 201 | - |
| CMYK | 0.62 | 0 | 0.20 | 0.01 |
| HSL | 160.26º | 0.96% | 0.68% | - |
| HSV(B) | 160.26º | 0.62% | 0.99% | - |
| XYZ | 50.28 | 76.38 | 67.35 | - |
| YUV | 199.84 | 128.65 | 54.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 252 | 201 | 0.62 | 0 | 0.20 | 0.01 | 160.26 | 0.96 | 0.68 |
| Hex | 61 | FC | C9 | 3E | 0 | 14 | 1 | A0 | 60 | 44 |
| Octal | 141 | 374 | 311 | 76 | 0 | 24 | 1 | 240 | 140 | 104 |
| Binary | 1100001 | 11111100 | 11001001 | 111110 | 0 | 10100 | 1 | 10100000 | 1100000 | 1000100 |
Color Harmonies of #61FCC9
Complementary color
Monochromatic Colors of #61FCC9
Black with #61FCC9
Text Example
Text Example
White with #61FCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FCC9; }
p { color: rgb(97,252,201); }
H1.HeaderClassName
{
color: #61FCC9;
}
.AnyTagClassName
{
color: #61FCC9;
}
</style>
background-color css
<style>
a { background-color: #61FCC9; }
a { background-color: rgb(97,252,201); }
div.DivClassName
{
background-color: #61FCC9;
}
.BgClassName
{
background-color: #61FCC9;
}
</style>
border-color css
<style>
span { border-color: #61FCC9; }
span { border-color: rgb(97,252,201); }
td.TdClassName
{
border-color: #61FCC9;
}
.TagClassName
{
border-color: #61FCC9;
}
</style>