Shades of Medium Aquamarine #5FEEAC
Tints of Medium Aquamarine #5FEEAC
RGB
CMYK
RGB Variations
Color information
#5FEEAC (or 0x5FEEAC) is known color: Medium Aquamarine. HEX triplet: 5F, EE and AC. RGB value is (95,238,172). Sum of RGB (Red+Green+Blue) = 95+238+172=505 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.81% from 505); Green value is 238 (93.36% from 255 or 47.13% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 238 - color contains mainly: green. Hex color #5FEEAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FEEAC is #A01153. Grayscale: #BBBBBB. Windows color (decimal): -10490196 or 11333215. OLE color: 11333215.
HSL color Cylindrical-coordinate representation of color #5FEEAC: hue angle of 152.31º 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 #5FEEAC is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 238 | 172 | - |
| CMYK | 0.60 | 0 | 0.28 | 0.07 |
| HSL | 152.31º | 0.81% | 0.65% | - |
| HSV(B) | 152.31º | 0.6% | 0.93% | - |
| XYZ | 42.74 | 66.56 | 49.62 | - |
| YUV | 187.72 | 119.12 | 61.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 238 | 172 | 0.60 | 0 | 0.28 | 0.07 | 152.31 | 0.81 | 0.65 |
| Hex | 5F | EE | AC | 3C | 0 | 1C | 7 | 98 | 51 | 41 |
| Octal | 137 | 356 | 254 | 74 | 0 | 34 | 7 | 230 | 121 | 101 |
| Binary | 1011111 | 11101110 | 10101100 | 111100 | 0 | 11100 | 111 | 10011000 | 1010001 | 1000001 |
Color Harmonies of #5FEEAC
Complementary color
Monochromatic Colors of #5FEEAC
Black with #5FEEAC
Text Example
Text Example
White with #5FEEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEEAC; }
p { color: rgb(95,238,172); }
H1.HeaderClassName
{
color: #5FEEAC;
}
.AnyTagClassName
{
color: #5FEEAC;
}
</style>
background-color css
<style>
a { background-color: #5FEEAC; }
a { background-color: rgb(95,238,172); }
div.DivClassName
{
background-color: #5FEEAC;
}
.BgClassName
{
background-color: #5FEEAC;
}
</style>
border-color css
<style>
span { border-color: #5FEEAC; }
span { border-color: rgb(95,238,172); }
td.TdClassName
{
border-color: #5FEEAC;
}
.TagClassName
{
border-color: #5FEEAC;
}
</style>