Shades of Medium Aquamarine #5FEEA2
Tints of Medium Aquamarine #5FEEA2
RGB
CMYK
RGB Variations
Color information
#5FEEA2 (or 0x5FEEA2) is known color: Medium Aquamarine. HEX triplet: 5F, EE and A2. RGB value is (95,238,162). Sum of RGB (Red+Green+Blue) = 95+238+162=495 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.19% from 495); Green value is 238 (93.36% from 255 or 48.08% from 495); Blue value is 162 (63.67% from 255 or 32.73% from 495); Max value from RGB is 238 - color contains mainly: green. Hex color #5FEEA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FEEA2 is #A0115D. Grayscale: #BABABA. Windows color (decimal): -10490206 or 10677855. OLE color: 10677855.
HSL color Cylindrical-coordinate representation of color #5FEEA2: hue angle of 148.11º 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 #5FEEA2 is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 238 | 162 | - |
| CMYK | 0.60 | 0 | 0.32 | 0.07 |
| HSL | 148.11º | 0.81% | 0.65% | - |
| HSV(B) | 148.11º | 0.6% | 0.93% | - |
| XYZ | 41.82 | 66.19 | 44.75 | - |
| YUV | 186.58 | 114.12 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 238 | 162 | 0.60 | 0 | 0.32 | 0.07 | 148.11 | 0.81 | 0.65 |
| Hex | 5F | EE | A2 | 3C | 0 | 20 | 7 | 94 | 51 | 41 |
| Octal | 137 | 356 | 242 | 74 | 0 | 40 | 7 | 224 | 121 | 101 |
| Binary | 1011111 | 11101110 | 10100010 | 111100 | 0 | 100000 | 111 | 10010100 | 1010001 | 1000001 |
Color Harmonies of #5FEEA2
Complementary color
Monochromatic Colors of #5FEEA2
Black with #5FEEA2
Text Example
Text Example
White with #5FEEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEEA2; }
p { color: rgb(95,238,162); }
H1.HeaderClassName
{
color: #5FEEA2;
}
.AnyTagClassName
{
color: #5FEEA2;
}
</style>
background-color css
<style>
a { background-color: #5FEEA2; }
a { background-color: rgb(95,238,162); }
div.DivClassName
{
background-color: #5FEEA2;
}
.BgClassName
{
background-color: #5FEEA2;
}
</style>
border-color css
<style>
span { border-color: #5FEEA2; }
span { border-color: rgb(95,238,162); }
td.TdClassName
{
border-color: #5FEEA2;
}
.TagClassName
{
border-color: #5FEEA2;
}
</style>