Shades of Aquamarine #5FFEBA
Tints of Aquamarine #5FFEBA
RGB
CMYK
RGB Variations
Color information
#5FFEBA (or 0x5FFEBA) is known color: Aquamarine. HEX triplet: 5F, FE and BA. RGB value is (95,254,186). Sum of RGB (Red+Green+Blue) = 95+254+186=535 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.76% from 535); Green value is 254 (99.61% from 255 or 47.48% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 254 - color contains mainly: green. Hex color #5FFEBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFEBA is #A00145. Grayscale: #C6C6C6. Windows color (decimal): -10486086 or 12254815. OLE color: 12254815.
HSL color Cylindrical-coordinate representation of color #5FFEBA: hue angle of 154.34º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FFEBA is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 254 | 186 | - |
| CMYK | 0.63 | 0 | 0.27 | 0.00 |
| HSL | 154.34º | 0.99% | 0.68% | - |
| HSV(B) | 154.34º | 0.63% | 1% | - |
| XYZ | 49.02 | 76.86 | 58.71 | - |
| YUV | 198.71 | 120.82 | 54.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 254 | 186 | 0.63 | 0 | 0.27 | 0.00 | 154.34 | 0.99 | 0.68 |
| Hex | 5F | FE | BA | 3F | 0 | 1B | 0 | 9A | 63 | 44 |
| Octal | 137 | 376 | 272 | 77 | 0 | 33 | 0 | 232 | 143 | 104 |
| Binary | 1011111 | 11111110 | 10111010 | 111111 | 0 | 11011 | 0 | 10011010 | 1100011 | 1000100 |
Color Harmonies of #5FFEBA
Complementary color
Monochromatic Colors of #5FFEBA
Black with #5FFEBA
Text Example
Text Example
White with #5FFEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFEBA; }
p { color: rgb(95,254,186); }
H1.HeaderClassName
{
color: #5FFEBA;
}
.AnyTagClassName
{
color: #5FFEBA;
}
</style>
background-color css
<style>
a { background-color: #5FFEBA; }
a { background-color: rgb(95,254,186); }
div.DivClassName
{
background-color: #5FFEBA;
}
.BgClassName
{
background-color: #5FFEBA;
}
</style>
border-color css
<style>
span { border-color: #5FFEBA; }
span { border-color: rgb(95,254,186); }
td.TdClassName
{
border-color: #5FFEBA;
}
.TagClassName
{
border-color: #5FFEBA;
}
</style>