Shades of Aquamarine #5FFFBA
Tints of Aquamarine #5FFFBA
RGB
CMYK
RGB Variations
Color information
#5FFFBA (or 0x5FFFBA) is known color: Aquamarine. HEX triplet: 5F, FF and BA. RGB value is (95,255,186). Sum of RGB (Red+Green+Blue) = 95+255+186=536 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.72% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFFBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFFBA is #A00045. Grayscale: #C7C7C7. Windows color (decimal): -10485830 or 12255071. OLE color: 12255071.
HSL color Cylindrical-coordinate representation of color #5FFFBA: hue angle of 154.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FFFBA is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 186 | - |
| CMYK | 0.63 | 0 | 0.27 | 0 |
| HSL | 154.13º | 1% | 0.69% | - |
| HSV(B) | 154.13º | 0.63% | 1% | - |
| XYZ | 49.34 | 77.5 | 58.81 | - |
| YUV | 199.29 | 120.49 | 53.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 186 | 0.63 | 0 | 0.27 | 0 | 154.13 | 1 | 0.69 |
| Hex | 5F | FF | BA | 3F | 0 | 1B | 0 | 9A | 64 | 45 |
| Octal | 137 | 377 | 272 | 77 | 0 | 33 | 0 | 232 | 144 | 105 |
| Binary | 1011111 | 11111111 | 10111010 | 111111 | 0 | 11011 | 0 | 10011010 | 1100100 | 1000101 |
Color Harmonies of #5FFFBA
Complementary color
Monochromatic Colors of #5FFFBA
Black with #5FFFBA
Text Example
Text Example
White with #5FFFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFFBA; }
p { color: rgb(95,255,186); }
H1.HeaderClassName
{
color: #5FFFBA;
}
.AnyTagClassName
{
color: #5FFFBA;
}
</style>
background-color css
<style>
a { background-color: #5FFFBA; }
a { background-color: rgb(95,255,186); }
div.DivClassName
{
background-color: #5FFFBA;
}
.BgClassName
{
background-color: #5FFFBA;
}
</style>
border-color css
<style>
span { border-color: #5FFFBA; }
span { border-color: rgb(95,255,186); }
td.TdClassName
{
border-color: #5FFFBA;
}
.TagClassName
{
border-color: #5FFFBA;
}
</style>