Shades of Aquamarine #61F6BE
Tints of Aquamarine #61F6BE
RGB
CMYK
RGB Variations
Color information
#61F6BE (or 0x61F6BE) is known color: Aquamarine. HEX triplet: 61, F6 and BE. RGB value is (97,246,190). Sum of RGB (Red+Green+Blue) = 97+246+190=533 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.20% from 533); Green value is 246 (96.48% from 255 or 46.15% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 246 - color contains mainly: green. Hex color #61F6BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F6BE is #9E0941. Grayscale: #C3C3C3. Windows color (decimal): -10357058 or 12514913. OLE color: 12514913.
HSL color Cylindrical-coordinate representation of color #61F6BE: hue angle of 157.45º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61F6BE is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 97 | 246 | 190 | - |
| CMYK | 0.61 | 0 | 0.23 | 0.04 |
| HSL | 157.45º | 0.89% | 0.67% | - |
| HSV(B) | 157.45º | 0.61% | 0.96% | - |
| XYZ | 47.18 | 72.17 | 60.16 | - |
| YUV | 195.07 | 125.14 | 58.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 246 | 190 | 0.61 | 0 | 0.23 | 0.04 | 157.45 | 0.89 | 0.67 |
| Hex | 61 | F6 | BE | 3D | 0 | 17 | 4 | 9D | 59 | 43 |
| Octal | 141 | 366 | 276 | 75 | 0 | 27 | 4 | 235 | 131 | 103 |
| Binary | 1100001 | 11110110 | 10111110 | 111101 | 0 | 10111 | 100 | 10011101 | 1011001 | 1000011 |
Color Harmonies of #61F6BE
Complementary color
Monochromatic Colors of #61F6BE
Black with #61F6BE
Text Example
Text Example
White with #61F6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F6BE; }
p { color: rgb(97,246,190); }
H1.HeaderClassName
{
color: #61F6BE;
}
.AnyTagClassName
{
color: #61F6BE;
}
</style>
background-color css
<style>
a { background-color: #61F6BE; }
a { background-color: rgb(97,246,190); }
div.DivClassName
{
background-color: #61F6BE;
}
.BgClassName
{
background-color: #61F6BE;
}
</style>
border-color css
<style>
span { border-color: #61F6BE; }
span { border-color: rgb(97,246,190); }
td.TdClassName
{
border-color: #61F6BE;
}
.TagClassName
{
border-color: #61F6BE;
}
</style>