Shades of Medium Aquamarine #5FEAAA
Tints of Medium Aquamarine #5FEAAA
RGB
CMYK
RGB Variations
Color information
#5FEAAA (or 0x5FEAAA) is known color: Medium Aquamarine. HEX triplet: 5F, EA and AA. RGB value is (95,234,170). Sum of RGB (Red+Green+Blue) = 95+234+170=499 (66% of max value = 765). Red value is 95 (37.5% from 255 or 19.04% from 499); Green value is 234 (91.80% from 255 or 46.89% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEAAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FEAAA is #A01555. Grayscale: #B9B9B9. Windows color (decimal): -10491222 or 11201119. OLE color: 11201119.
HSL color Cylindrical-coordinate representation of color #5FEAAA: hue angle of 152.37º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FEAAA is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 234 | 170 | - |
| CMYK | 0.59 | 0 | 0.27 | 0.08 |
| HSL | 152.37º | 0.77% | 0.65% | - |
| HSV(B) | 152.37º | 0.59% | 0.92% | - |
| XYZ | 41.4 | 64.18 | 48.24 | - |
| YUV | 185.14 | 119.45 | 63.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 234 | 170 | 0.59 | 0 | 0.27 | 0.08 | 152.37 | 0.77 | 0.65 |
| Hex | 5F | EA | AA | 3B | 0 | 1B | 8 | 98 | 4D | 41 |
| Octal | 137 | 352 | 252 | 73 | 0 | 33 | 10 | 230 | 115 | 101 |
| Binary | 1011111 | 11101010 | 10101010 | 111011 | 0 | 11011 | 1000 | 10011000 | 1001101 | 1000001 |
Color Harmonies of #5FEAAA
Complementary color
Monochromatic Colors of #5FEAAA
Black with #5FEAAA
Text Example
Text Example
White with #5FEAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEAAA; }
p { color: rgb(95,234,170); }
H1.HeaderClassName
{
color: #5FEAAA;
}
.AnyTagClassName
{
color: #5FEAAA;
}
</style>
background-color css
<style>
a { background-color: #5FEAAA; }
a { background-color: rgb(95,234,170); }
div.DivClassName
{
background-color: #5FEAAA;
}
.BgClassName
{
background-color: #5FEAAA;
}
</style>
border-color css
<style>
span { border-color: #5FEAAA; }
span { border-color: rgb(95,234,170); }
td.TdClassName
{
border-color: #5FEAAA;
}
.TagClassName
{
border-color: #5FEAAA;
}
</style>