Shades of Aquamarine #61FFBE
Tints of Aquamarine #61FFBE
RGB
CMYK
RGB Variations
Color information
#61FFBE (or 0x61FFBE) is known color: Aquamarine. HEX triplet: 61, FF and BE. RGB value is (97,255,190). Sum of RGB (Red+Green+Blue) = 97+255+190=542 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.90% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #61FFBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FFBE is #9E0041. Grayscale: #C8C8C8. Windows color (decimal): -10354754 or 12517217. OLE color: 12517217.
HSL color Cylindrical-coordinate representation of color #61FFBE: hue angle of 155.32º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FFBE is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 190 | - |
| CMYK | 0.62 | 0 | 0.25 | 0 |
| HSL | 155.32º | 1% | 0.69% | - |
| HSV(B) | 155.32º | 0.62% | 1% | - |
| XYZ | 49.98 | 77.78 | 61.09 | - |
| YUV | 200.35 | 122.15 | 54.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 190 | 0.62 | 0 | 0.25 | 0 | 155.32 | 1 | 0.69 |
| Hex | 61 | FF | BE | 3E | 0 | 19 | 0 | 9B | 64 | 45 |
| Octal | 141 | 377 | 276 | 76 | 0 | 31 | 0 | 233 | 144 | 105 |
| Binary | 1100001 | 11111111 | 10111110 | 111110 | 0 | 11001 | 0 | 10011011 | 1100100 | 1000101 |
Color Harmonies of #61FFBE
Complementary color
Monochromatic Colors of #61FFBE
Black with #61FFBE
Text Example
Text Example
White with #61FFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FFBE; }
p { color: rgb(97,255,190); }
H1.HeaderClassName
{
color: #61FFBE;
}
.AnyTagClassName
{
color: #61FFBE;
}
</style>
background-color css
<style>
a { background-color: #61FFBE; }
a { background-color: rgb(97,255,190); }
div.DivClassName
{
background-color: #61FFBE;
}
.BgClassName
{
background-color: #61FFBE;
}
</style>
border-color css
<style>
span { border-color: #61FFBE; }
span { border-color: rgb(97,255,190); }
td.TdClassName
{
border-color: #61FFBE;
}
.TagClassName
{
border-color: #61FFBE;
}
</style>