Shades of Medium Aquamarine #5FE5A5
Tints of Medium Aquamarine #5FE5A5
RGB
CMYK
RGB Variations
Color information
#5FE5A5 (or 0x5FE5A5) is known color: Medium Aquamarine. HEX triplet: 5F, E5 and A5. RGB value is (95,229,165). Sum of RGB (Red+Green+Blue) = 95+229+165=489 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.43% from 489); Green value is 229 (89.84% from 255 or 46.83% from 489); Blue value is 165 (64.84% from 255 or 33.74% from 489); Max value from RGB is 229 - color contains mainly: green. Hex color #5FE5A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FE5A5 is #A01A5A. Grayscale: #B5B5B5. Windows color (decimal): -10492507 or 10872159. OLE color: 10872159.
HSL color Cylindrical-coordinate representation of color #5FE5A5: hue angle of 151.34º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FE5A5 is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 95 | 229 | 165 | - |
| CMYK | 0.59 | 0 | 0.28 | 0.10 |
| HSL | 151.34º | 0.72% | 0.64% | - |
| HSV(B) | 151.34º | 0.59% | 0.9% | - |
| XYZ | 39.53 | 61.19 | 45.32 | - |
| YUV | 181.64 | 118.61 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 229 | 165 | 0.59 | 0 | 0.28 | 0.10 | 151.34 | 0.72 | 0.64 |
| Hex | 5F | E5 | A5 | 3B | 0 | 1C | A | 97 | 48 | 40 |
| Octal | 137 | 345 | 245 | 73 | 0 | 34 | 12 | 227 | 110 | 100 |
| Binary | 1011111 | 11100101 | 10100101 | 111011 | 0 | 11100 | 1010 | 10010111 | 1001000 | 1000000 |
Color Harmonies of #5FE5A5
Complementary color
Monochromatic Colors of #5FE5A5
Black with #5FE5A5
Text Example
Text Example
White with #5FE5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE5A5; }
p { color: rgb(95,229,165); }
H1.HeaderClassName
{
color: #5FE5A5;
}
.AnyTagClassName
{
color: #5FE5A5;
}
</style>
background-color css
<style>
a { background-color: #5FE5A5; }
a { background-color: rgb(95,229,165); }
div.DivClassName
{
background-color: #5FE5A5;
}
.BgClassName
{
background-color: #5FE5A5;
}
</style>
border-color css
<style>
span { border-color: #5FE5A5; }
span { border-color: rgb(95,229,165); }
td.TdClassName
{
border-color: #5FE5A5;
}
.TagClassName
{
border-color: #5FE5A5;
}
</style>