Shades of Medium Aquamarine #5FEEAB
Tints of Medium Aquamarine #5FEEAB
RGB
CMYK
RGB Variations
Color information
#5FEEAB (or 0x5FEEAB) is known color: Medium Aquamarine. HEX triplet: 5F, EE and AB. RGB value is (95,238,171). Sum of RGB (Red+Green+Blue) = 95+238+171=504 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.85% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #5FEEAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FEEAB is #A01154. Grayscale: #BBBBBB. Windows color (decimal): -10490197 or 11267679. OLE color: 11267679.
HSL color Cylindrical-coordinate representation of color #5FEEAB: hue angle of 151.89º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEEAB is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 238 | 171 | - |
| CMYK | 0.60 | 0 | 0.28 | 0.07 |
| HSL | 151.89º | 0.81% | 0.65% | - |
| HSV(B) | 151.89º | 0.6% | 0.93% | - |
| XYZ | 42.64 | 66.52 | 49.12 | - |
| YUV | 187.61 | 118.62 | 61.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 238 | 171 | 0.60 | 0 | 0.28 | 0.07 | 151.89 | 0.81 | 0.65 |
| Hex | 5F | EE | AB | 3C | 0 | 1C | 7 | 98 | 51 | 41 |
| Octal | 137 | 356 | 253 | 74 | 0 | 34 | 7 | 230 | 121 | 101 |
| Binary | 1011111 | 11101110 | 10101011 | 111100 | 0 | 11100 | 111 | 10011000 | 1010001 | 1000001 |
Color Harmonies of #5FEEAB
Complementary color
Monochromatic Colors of #5FEEAB
Black with #5FEEAB
Text Example
Text Example
White with #5FEEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEEAB; }
p { color: rgb(95,238,171); }
H1.HeaderClassName
{
color: #5FEEAB;
}
.AnyTagClassName
{
color: #5FEEAB;
}
</style>
background-color css
<style>
a { background-color: #5FEEAB; }
a { background-color: rgb(95,238,171); }
div.DivClassName
{
background-color: #5FEEAB;
}
.BgClassName
{
background-color: #5FEEAB;
}
</style>
border-color css
<style>
span { border-color: #5FEEAB; }
span { border-color: rgb(95,238,171); }
td.TdClassName
{
border-color: #5FEEAB;
}
.TagClassName
{
border-color: #5FEEAB;
}
</style>