Shades of Aquamarine #61FFBF
Tints of Aquamarine #61FFBF
RGB
CMYK
RGB Variations
Color information
#61FFBF (or 0x61FFBF) is known color: Aquamarine. HEX triplet: 61, FF and BF. RGB value is (97,255,191). Sum of RGB (Red+Green+Blue) = 97+255+191=543 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.86% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #61FFBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FFBF is #9E0040. Grayscale: #C8C8C8. Windows color (decimal): -10354753 or 12582753. OLE color: 12582753.
HSL color Cylindrical-coordinate representation of color #61FFBF: hue angle of 155.7º 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 #61FFBF is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 191 | - |
| CMYK | 0.62 | 0 | 0.25 | 0 |
| HSL | 155.7º | 1% | 0.69% | - |
| HSV(B) | 155.7º | 0.62% | 1% | - |
| XYZ | 50.09 | 77.82 | 61.67 | - |
| YUV | 200.46 | 122.65 | 54.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 191 | 0.62 | 0 | 0.25 | 0 | 155.7 | 1 | 0.69 |
| Hex | 61 | FF | BF | 3E | 0 | 19 | 0 | 9C | 64 | 45 |
| Octal | 141 | 377 | 277 | 76 | 0 | 31 | 0 | 234 | 144 | 105 |
| Binary | 1100001 | 11111111 | 10111111 | 111110 | 0 | 11001 | 0 | 10011100 | 1100100 | 1000101 |
Color Harmonies of #61FFBF
Complementary color
Monochromatic Colors of #61FFBF
Black with #61FFBF
Text Example
Text Example
White with #61FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FFBF; }
p { color: rgb(97,255,191); }
H1.HeaderClassName
{
color: #61FFBF;
}
.AnyTagClassName
{
color: #61FFBF;
}
</style>
background-color css
<style>
a { background-color: #61FFBF; }
a { background-color: rgb(97,255,191); }
div.DivClassName
{
background-color: #61FFBF;
}
.BgClassName
{
background-color: #61FFBF;
}
</style>
border-color css
<style>
span { border-color: #61FFBF; }
span { border-color: rgb(97,255,191); }
td.TdClassName
{
border-color: #61FFBF;
}
.TagClassName
{
border-color: #61FFBF;
}
</style>