Shades of Aquamarine #61F5BA
Tints of Aquamarine #61F5BA
RGB
CMYK
RGB Variations
Color information
#61F5BA (or 0x61F5BA) is known color: Aquamarine. HEX triplet: 61, F5 and BA. RGB value is (97,245,186). Sum of RGB (Red+Green+Blue) = 97+245+186=528 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.37% from 528); Green value is 245 (96.09% from 255 or 46.40% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 245 - color contains mainly: green. Hex color #61F5BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F5BA is #9E0A45. Grayscale: #C2C2C2. Windows color (decimal): -10357318 or 12252513. OLE color: 12252513.
HSL color Cylindrical-coordinate representation of color #61F5BA: hue angle of 156.08º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F5BA is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 97 | 245 | 186 | - |
| CMYK | 0.60 | 0 | 0.24 | 0.04 |
| HSL | 156.08º | 0.88% | 0.67% | - |
| HSV(B) | 156.08º | 0.6% | 0.96% | - |
| XYZ | 46.45 | 71.39 | 57.79 | - |
| YUV | 194.02 | 123.47 | 58.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 245 | 186 | 0.60 | 0 | 0.24 | 0.04 | 156.08 | 0.88 | 0.67 |
| Hex | 61 | F5 | BA | 3C | 0 | 18 | 4 | 9C | 58 | 43 |
| Octal | 141 | 365 | 272 | 74 | 0 | 30 | 4 | 234 | 130 | 103 |
| Binary | 1100001 | 11110101 | 10111010 | 111100 | 0 | 11000 | 100 | 10011100 | 1011000 | 1000011 |
Color Harmonies of #61F5BA
Complementary color
Monochromatic Colors of #61F5BA
Black with #61F5BA
Text Example
Text Example
White with #61F5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F5BA; }
p { color: rgb(97,245,186); }
H1.HeaderClassName
{
color: #61F5BA;
}
.AnyTagClassName
{
color: #61F5BA;
}
</style>
background-color css
<style>
a { background-color: #61F5BA; }
a { background-color: rgb(97,245,186); }
div.DivClassName
{
background-color: #61F5BA;
}
.BgClassName
{
background-color: #61F5BA;
}
</style>
border-color css
<style>
span { border-color: #61F5BA; }
span { border-color: rgb(97,245,186); }
td.TdClassName
{
border-color: #61F5BA;
}
.TagClassName
{
border-color: #61F5BA;
}
</style>