Shades of Medium Aquamarine #5FD19A
Tints of Medium Aquamarine #5FD19A
RGB
CMYK
RGB Variations
Color information
#5FD19A (or 0x5FD19A) is known color: Medium Aquamarine. HEX triplet: 5F, D1 and 9A. RGB value is (95,209,154). Sum of RGB (Red+Green+Blue) = 95+209+154=458 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.74% from 458); Green value is 209 (82.03% from 255 or 45.63% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 209 - color contains mainly: green. Hex color #5FD19A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD19A is #A02E65. Grayscale: #A8A8A8. Windows color (decimal): -10497638 or 10146143. OLE color: 10146143.
HSL color Cylindrical-coordinate representation of color #5FD19A: hue angle of 151.05º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FD19A is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 209 | 154 | - |
| CMYK | 0.55 | 0 | 0.26 | 0.18 |
| HSL | 151.05º | 0.55% | 0.6% | - |
| HSV(B) | 151.05º | 0.55% | 0.82% | - |
| XYZ | 33.35 | 50.37 | 38.54 | - |
| YUV | 168.64 | 119.73 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 209 | 154 | 0.55 | 0 | 0.26 | 0.18 | 151.05 | 0.55 | 0.6 |
| Hex | 5F | D1 | 9A | 37 | 0 | 1A | 12 | 97 | 37 | 3C |
| Octal | 137 | 321 | 232 | 67 | 0 | 32 | 22 | 227 | 67 | 74 |
| Binary | 1011111 | 11010001 | 10011010 | 110111 | 0 | 11010 | 10010 | 10010111 | 110111 | 111100 |
Color Harmonies of #5FD19A
Complementary color
Monochromatic Colors of #5FD19A
Black with #5FD19A
Text Example
Text Example
White with #5FD19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD19A; }
p { color: rgb(95,209,154); }
H1.HeaderClassName
{
color: #5FD19A;
}
.AnyTagClassName
{
color: #5FD19A;
}
</style>
background-color css
<style>
a { background-color: #5FD19A; }
a { background-color: rgb(95,209,154); }
div.DivClassName
{
background-color: #5FD19A;
}
.BgClassName
{
background-color: #5FD19A;
}
</style>
border-color css
<style>
span { border-color: #5FD19A; }
span { border-color: rgb(95,209,154); }
td.TdClassName
{
border-color: #5FD19A;
}
.TagClassName
{
border-color: #5FD19A;
}
</style>