Shades of Aquamarine #61FDC9
Tints of Aquamarine #61FDC9
RGB
CMYK
RGB Variations
Color information
#61FDC9 (or 0x61FDC9) is known color: Aquamarine. HEX triplet: 61, FD and C9. RGB value is (97,253,201). Sum of RGB (Red+Green+Blue) = 97+253+201=551 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.60% from 551); Green value is 253 (99.22% from 255 or 45.92% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 253 - color contains mainly: green. Hex color #61FDC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FDC9 is #9E0236. Grayscale: #C8C8C8. Windows color (decimal): -10355255 or 13237601. OLE color: 13237601.
HSL color Cylindrical-coordinate representation of color #61FDC9: hue angle of 160º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FDC9 is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 253 | 201 | - |
| CMYK | 0.62 | 0 | 0.21 | 0.01 |
| HSL | 160º | 0.98% | 0.69% | - |
| HSV(B) | 160º | 0.62% | 0.99% | - |
| XYZ | 50.6 | 77.01 | 67.46 | - |
| YUV | 200.43 | 128.32 | 54.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 253 | 201 | 0.62 | 0 | 0.21 | 0.01 | 160 | 0.98 | 0.69 |
| Hex | 61 | FD | C9 | 3E | 0 | 15 | 1 | A0 | 62 | 45 |
| Octal | 141 | 375 | 311 | 76 | 0 | 25 | 1 | 240 | 142 | 105 |
| Binary | 1100001 | 11111101 | 11001001 | 111110 | 0 | 10101 | 1 | 10100000 | 1100010 | 1000101 |
Color Harmonies of #61FDC9
Complementary color
Monochromatic Colors of #61FDC9
Black with #61FDC9
Text Example
Text Example
White with #61FDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FDC9; }
p { color: rgb(97,253,201); }
H1.HeaderClassName
{
color: #61FDC9;
}
.AnyTagClassName
{
color: #61FDC9;
}
</style>
background-color css
<style>
a { background-color: #61FDC9; }
a { background-color: rgb(97,253,201); }
div.DivClassName
{
background-color: #61FDC9;
}
.BgClassName
{
background-color: #61FDC9;
}
</style>
border-color css
<style>
span { border-color: #61FDC9; }
span { border-color: rgb(97,253,201); }
td.TdClassName
{
border-color: #61FDC9;
}
.TagClassName
{
border-color: #61FDC9;
}
</style>