Shades of Medium Aquamarine #5FEEAA
Tints of Medium Aquamarine #5FEEAA
RGB
CMYK
RGB Variations
Color information
#5FEEAA (or 0x5FEEAA) is known color: Medium Aquamarine. HEX triplet: 5F, EE and AA. RGB value is (95,238,170). Sum of RGB (Red+Green+Blue) = 95+238+170=503 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.89% from 503); Green value is 238 (93.36% from 255 or 47.32% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 238 - color contains mainly: green. Hex color #5FEEAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FEEAA is #A01155. Grayscale: #BBBBBB. Windows color (decimal): -10490198 or 11202143. OLE color: 11202143.
HSL color Cylindrical-coordinate representation of color #5FEEAA: hue angle of 151.47º 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 #5FEEAA is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 238 | 170 | - |
| CMYK | 0.60 | 0 | 0.29 | 0.07 |
| HSL | 151.47º | 0.81% | 0.65% | - |
| HSV(B) | 151.47º | 0.6% | 0.93% | - |
| XYZ | 42.55 | 66.48 | 48.62 | - |
| YUV | 187.49 | 118.12 | 62.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 238 | 170 | 0.60 | 0 | 0.29 | 0.07 | 151.47 | 0.81 | 0.65 |
| Hex | 5F | EE | AA | 3C | 0 | 1D | 7 | 97 | 51 | 41 |
| Octal | 137 | 356 | 252 | 74 | 0 | 35 | 7 | 227 | 121 | 101 |
| Binary | 1011111 | 11101110 | 10101010 | 111100 | 0 | 11101 | 111 | 10010111 | 1010001 | 1000001 |
Color Harmonies of #5FEEAA
Complementary color
Monochromatic Colors of #5FEEAA
Black with #5FEEAA
Text Example
Text Example
White with #5FEEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEEAA; }
p { color: rgb(95,238,170); }
H1.HeaderClassName
{
color: #5FEEAA;
}
.AnyTagClassName
{
color: #5FEEAA;
}
</style>
background-color css
<style>
a { background-color: #5FEEAA; }
a { background-color: rgb(95,238,170); }
div.DivClassName
{
background-color: #5FEEAA;
}
.BgClassName
{
background-color: #5FEEAA;
}
</style>
border-color css
<style>
span { border-color: #5FEEAA; }
span { border-color: rgb(95,238,170); }
td.TdClassName
{
border-color: #5FEEAA;
}
.TagClassName
{
border-color: #5FEEAA;
}
</style>