Shades of Medium Aquamarine #5FE5AB
Tints of Medium Aquamarine #5FE5AB
RGB
CMYK
RGB Variations
Color information
#5FE5AB (or 0x5FE5AB) is known color: Medium Aquamarine. HEX triplet: 5F, E5 and AB. RGB value is (95,229,171). Sum of RGB (Red+Green+Blue) = 95+229+171=495 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.19% from 495); Green value is 229 (89.84% from 255 or 46.26% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 229 - color contains mainly: green. Hex color #5FE5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FE5AB is #A01A54. Grayscale: #B6B6B6. Windows color (decimal): -10492501 or 11265375. OLE color: 11265375.
HSL color Cylindrical-coordinate representation of color #5FE5AB: hue angle of 154.03º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FE5AB is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 95 | 229 | 171 | - |
| CMYK | 0.59 | 0 | 0.25 | 0.10 |
| HSL | 154.03º | 0.72% | 0.64% | - |
| HSV(B) | 154.03º | 0.59% | 0.9% | - |
| XYZ | 40.09 | 61.41 | 48.27 | - |
| YUV | 182.32 | 121.61 | 65.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 229 | 171 | 0.59 | 0 | 0.25 | 0.10 | 154.03 | 0.72 | 0.64 |
| Hex | 5F | E5 | AB | 3B | 0 | 19 | A | 9A | 48 | 40 |
| Octal | 137 | 345 | 253 | 73 | 0 | 31 | 12 | 232 | 110 | 100 |
| Binary | 1011111 | 11100101 | 10101011 | 111011 | 0 | 11001 | 1010 | 10011010 | 1001000 | 1000000 |
Color Harmonies of #5FE5AB
Complementary color
Monochromatic Colors of #5FE5AB
Black with #5FE5AB
Text Example
Text Example
White with #5FE5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE5AB; }
p { color: rgb(95,229,171); }
H1.HeaderClassName
{
color: #5FE5AB;
}
.AnyTagClassName
{
color: #5FE5AB;
}
</style>
background-color css
<style>
a { background-color: #5FE5AB; }
a { background-color: rgb(95,229,171); }
div.DivClassName
{
background-color: #5FE5AB;
}
.BgClassName
{
background-color: #5FE5AB;
}
</style>
border-color css
<style>
span { border-color: #5FE5AB; }
span { border-color: rgb(95,229,171); }
td.TdClassName
{
border-color: #5FE5AB;
}
.TagClassName
{
border-color: #5FE5AB;
}
</style>