Shades of Aquamarine #5FFDBA
Tints of Aquamarine #5FFDBA
RGB
CMYK
RGB Variations
Color information
#5FFDBA (or 0x5FFDBA) is known color: Aquamarine. HEX triplet: 5F, FD and BA. RGB value is (95,253,186). Sum of RGB (Red+Green+Blue) = 95+253+186=534 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.79% from 534); Green value is 253 (99.22% from 255 or 47.38% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 253 - color contains mainly: green. Hex color #5FFDBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFDBA is #A00245. Grayscale: #C6C6C6. Windows color (decimal): -10486342 or 12254559. OLE color: 12254559.
HSL color Cylindrical-coordinate representation of color #5FFDBA: hue angle of 154.56º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFDBA is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 253 | 186 | - |
| CMYK | 0.62 | 0 | 0.26 | 0.01 |
| HSL | 154.56º | 0.98% | 0.68% | - |
| HSV(B) | 154.56º | 0.62% | 0.99% | - |
| XYZ | 48.71 | 76.23 | 58.6 | - |
| YUV | 198.12 | 121.15 | 54.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 253 | 186 | 0.62 | 0 | 0.26 | 0.01 | 154.56 | 0.98 | 0.68 |
| Hex | 5F | FD | BA | 3E | 0 | 1A | 1 | 9B | 62 | 44 |
| Octal | 137 | 375 | 272 | 76 | 0 | 32 | 1 | 233 | 142 | 104 |
| Binary | 1011111 | 11111101 | 10111010 | 111110 | 0 | 11010 | 1 | 10011011 | 1100010 | 1000100 |
Color Harmonies of #5FFDBA
Complementary color
Monochromatic Colors of #5FFDBA
Black with #5FFDBA
Text Example
Text Example
White with #5FFDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFDBA; }
p { color: rgb(95,253,186); }
H1.HeaderClassName
{
color: #5FFDBA;
}
.AnyTagClassName
{
color: #5FFDBA;
}
</style>
background-color css
<style>
a { background-color: #5FFDBA; }
a { background-color: rgb(95,253,186); }
div.DivClassName
{
background-color: #5FFDBA;
}
.BgClassName
{
background-color: #5FFDBA;
}
</style>
border-color css
<style>
span { border-color: #5FFDBA; }
span { border-color: rgb(95,253,186); }
td.TdClassName
{
border-color: #5FFDBA;
}
.TagClassName
{
border-color: #5FFDBA;
}
</style>