Shades of Medium Aquamarine #5FD19B
Tints of Medium Aquamarine #5FD19B
RGB
CMYK
RGB Variations
Color information
#5FD19B (or 0x5FD19B) is known color: Medium Aquamarine. HEX triplet: 5F, D1 and 9B. RGB value is (95,209,155). Sum of RGB (Red+Green+Blue) = 95+209+155=459 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.70% from 459); Green value is 209 (82.03% from 255 or 45.53% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 209 - color contains mainly: green. Hex color #5FD19B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD19B is #A02E64. Grayscale: #A8A8A8. Windows color (decimal): -10497637 or 10211679. OLE color: 10211679.
HSL color Cylindrical-coordinate representation of color #5FD19B: hue angle of 151.58º 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 #5FD19B is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 209 | 155 | - |
| CMYK | 0.55 | 0 | 0.26 | 0.18 |
| HSL | 151.58º | 0.55% | 0.6% | - |
| HSV(B) | 151.58º | 0.55% | 0.82% | - |
| XYZ | 33.44 | 50.4 | 38.98 | - |
| YUV | 168.76 | 120.23 | 75.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 209 | 155 | 0.55 | 0 | 0.26 | 0.18 | 151.58 | 0.55 | 0.6 |
| Hex | 5F | D1 | 9B | 37 | 0 | 1A | 12 | 98 | 37 | 3C |
| Octal | 137 | 321 | 233 | 67 | 0 | 32 | 22 | 230 | 67 | 74 |
| Binary | 1011111 | 11010001 | 10011011 | 110111 | 0 | 11010 | 10010 | 10011000 | 110111 | 111100 |
Color Harmonies of #5FD19B
Complementary color
Monochromatic Colors of #5FD19B
Black with #5FD19B
Text Example
Text Example
White with #5FD19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD19B; }
p { color: rgb(95,209,155); }
H1.HeaderClassName
{
color: #5FD19B;
}
.AnyTagClassName
{
color: #5FD19B;
}
</style>
background-color css
<style>
a { background-color: #5FD19B; }
a { background-color: rgb(95,209,155); }
div.DivClassName
{
background-color: #5FD19B;
}
.BgClassName
{
background-color: #5FD19B;
}
</style>
border-color css
<style>
span { border-color: #5FD19B; }
span { border-color: rgb(95,209,155); }
td.TdClassName
{
border-color: #5FD19B;
}
.TagClassName
{
border-color: #5FD19B;
}
</style>