Shades of Aquamarine #61F9BA
Tints of Aquamarine #61F9BA
RGB
CMYK
RGB Variations
Color information
#61F9BA (or 0x61F9BA) is known color: Aquamarine. HEX triplet: 61, F9 and BA. RGB value is (97,249,186). Sum of RGB (Red+Green+Blue) = 97+249+186=532 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.23% from 532); Green value is 249 (97.66% from 255 or 46.80% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 249 - color contains mainly: green. Hex color #61F9BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F9BA is #9E0645. Grayscale: #C4C4C4. Windows color (decimal): -10356294 or 12253537. OLE color: 12253537.
HSL color Cylindrical-coordinate representation of color #61F9BA: hue angle of 155.13º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61F9BA is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 249 | 186 | - |
| CMYK | 0.61 | 0 | 0.25 | 0.02 |
| HSL | 155.13º | 0.93% | 0.68% | - |
| HSV(B) | 155.13º | 0.61% | 0.98% | - |
| XYZ | 47.67 | 73.84 | 58.19 | - |
| YUV | 196.37 | 122.14 | 57.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 249 | 186 | 0.61 | 0 | 0.25 | 0.02 | 155.13 | 0.93 | 0.68 |
| Hex | 61 | F9 | BA | 3D | 0 | 19 | 2 | 9B | 5D | 44 |
| Octal | 141 | 371 | 272 | 75 | 0 | 31 | 2 | 233 | 135 | 104 |
| Binary | 1100001 | 11111001 | 10111010 | 111101 | 0 | 11001 | 10 | 10011011 | 1011101 | 1000100 |
Color Harmonies of #61F9BA
Complementary color
Monochromatic Colors of #61F9BA
Black with #61F9BA
Text Example
Text Example
White with #61F9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F9BA; }
p { color: rgb(97,249,186); }
H1.HeaderClassName
{
color: #61F9BA;
}
.AnyTagClassName
{
color: #61F9BA;
}
</style>
background-color css
<style>
a { background-color: #61F9BA; }
a { background-color: rgb(97,249,186); }
div.DivClassName
{
background-color: #61F9BA;
}
.BgClassName
{
background-color: #61F9BA;
}
</style>
border-color css
<style>
span { border-color: #61F9BA; }
span { border-color: rgb(97,249,186); }
td.TdClassName
{
border-color: #61F9BA;
}
.TagClassName
{
border-color: #61F9BA;
}
</style>