Shades of Medium Aquamarine #5FE69A
Tints of Medium Aquamarine #5FE69A
RGB
CMYK
RGB Variations
Color information
#5FE69A (or 0x5FE69A) is known color: Medium Aquamarine. HEX triplet: 5F, E6 and 9A. RGB value is (95,230,154). Sum of RGB (Red+Green+Blue) = 95+230+154=479 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.83% from 479); Green value is 230 (90.23% from 255 or 48.02% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 230 - color contains mainly: green. Hex color #5FE69A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FE69A is #A01965. Grayscale: #B5B5B5. Windows color (decimal): -10492262 or 10151519. OLE color: 10151519.
HSL color Cylindrical-coordinate representation of color #5FE69A: hue angle of 146.22º degrees, saturation: 0.73, 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 #5FE69A is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 95 | 230 | 154 | - |
| CMYK | 0.59 | 0 | 0.33 | 0.10 |
| HSL | 146.22º | 0.73% | 0.64% | - |
| HSV(B) | 146.22º | 0.59% | 0.9% | - |
| XYZ | 38.85 | 61.36 | 40.37 | - |
| YUV | 180.97 | 112.77 | 66.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 230 | 154 | 0.59 | 0 | 0.33 | 0.10 | 146.22 | 0.73 | 0.64 |
| Hex | 5F | E6 | 9A | 3B | 0 | 21 | A | 92 | 49 | 40 |
| Octal | 137 | 346 | 232 | 73 | 0 | 41 | 12 | 222 | 111 | 100 |
| Binary | 1011111 | 11100110 | 10011010 | 111011 | 0 | 100001 | 1010 | 10010010 | 1001001 | 1000000 |
Color Harmonies of #5FE69A
Complementary color
Monochromatic Colors of #5FE69A
Black with #5FE69A
Text Example
Text Example
White with #5FE69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE69A; }
p { color: rgb(95,230,154); }
H1.HeaderClassName
{
color: #5FE69A;
}
.AnyTagClassName
{
color: #5FE69A;
}
</style>
background-color css
<style>
a { background-color: #5FE69A; }
a { background-color: rgb(95,230,154); }
div.DivClassName
{
background-color: #5FE69A;
}
.BgClassName
{
background-color: #5FE69A;
}
</style>
border-color css
<style>
span { border-color: #5FE69A; }
span { border-color: rgb(95,230,154); }
td.TdClassName
{
border-color: #5FE69A;
}
.TagClassName
{
border-color: #5FE69A;
}
</style>