Shades of Aquamarine #61F9C1
Tints of Aquamarine #61F9C1
RGB
CMYK
RGB Variations
Color information
#61F9C1 (or 0x61F9C1) is known color: Aquamarine. HEX triplet: 61, F9 and C1. RGB value is (97,249,193). Sum of RGB (Red+Green+Blue) = 97+249+193=539 (71% of max value = 765). Red value is 97 (38.28% from 255 or 18.00% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 193 (75.78% from 255 or 35.81% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #61F9C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F9C1 is #9E063E. Grayscale: #C5C5C5. Windows color (decimal): -10356287 or 12712289. OLE color: 12712289.
HSL color Cylindrical-coordinate representation of color #61F9C1: hue angle of 157.89º 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 #61F9C1 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 249 | 193 | - |
| CMYK | 0.61 | 0 | 0.22 | 0.02 |
| HSL | 157.89º | 0.93% | 0.68% | - |
| HSV(B) | 157.89º | 0.61% | 0.98% | - |
| XYZ | 48.43 | 74.14 | 62.21 | - |
| YUV | 197.17 | 125.64 | 56.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 249 | 193 | 0.61 | 0 | 0.22 | 0.02 | 157.89 | 0.93 | 0.68 |
| Hex | 61 | F9 | C1 | 3D | 0 | 16 | 2 | 9E | 5D | 44 |
| Octal | 141 | 371 | 301 | 75 | 0 | 26 | 2 | 236 | 135 | 104 |
| Binary | 1100001 | 11111001 | 11000001 | 111101 | 0 | 10110 | 10 | 10011110 | 1011101 | 1000100 |
Color Harmonies of #61F9C1
Complementary color
Monochromatic Colors of #61F9C1
Black with #61F9C1
Text Example
Text Example
White with #61F9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F9C1; }
p { color: rgb(97,249,193); }
H1.HeaderClassName
{
color: #61F9C1;
}
.AnyTagClassName
{
color: #61F9C1;
}
</style>
background-color css
<style>
a { background-color: #61F9C1; }
a { background-color: rgb(97,249,193); }
div.DivClassName
{
background-color: #61F9C1;
}
.BgClassName
{
background-color: #61F9C1;
}
</style>
border-color css
<style>
span { border-color: #61F9C1; }
span { border-color: rgb(97,249,193); }
td.TdClassName
{
border-color: #61F9C1;
}
.TagClassName
{
border-color: #61F9C1;
}
</style>