Shades of Medium Aquamarine #5FD99B
Tints of Medium Aquamarine #5FD99B
RGB
CMYK
RGB Variations
Color information
#5FD99B (or 0x5FD99B) is known color: Medium Aquamarine. HEX triplet: 5F, D9 and 9B. RGB value is (95,217,155). Sum of RGB (Red+Green+Blue) = 95+217+155=467 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.34% from 467); Green value is 217 (85.16% from 255 or 46.47% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 217 - color contains mainly: green. Hex color #5FD99B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD99B is #A02664. Grayscale: #ADADAD. Windows color (decimal): -10495589 or 10213727. OLE color: 10213727.
HSL color Cylindrical-coordinate representation of color #5FD99B: hue angle of 149.51º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FD99B is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 217 | 155 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.15 |
| HSL | 149.51º | 0.62% | 0.61% | - |
| HSV(B) | 149.51º | 0.56% | 0.85% | - |
| XYZ | 35.45 | 54.43 | 39.65 | - |
| YUV | 173.45 | 117.58 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 217 | 155 | 0.56 | 0 | 0.29 | 0.15 | 149.51 | 0.62 | 0.61 |
| Hex | 5F | D9 | 9B | 38 | 0 | 1D | F | 96 | 3E | 3D |
| Octal | 137 | 331 | 233 | 70 | 0 | 35 | 17 | 226 | 76 | 75 |
| Binary | 1011111 | 11011001 | 10011011 | 111000 | 0 | 11101 | 1111 | 10010110 | 111110 | 111101 |
Color Harmonies of #5FD99B
Complementary color
Monochromatic Colors of #5FD99B
Black with #5FD99B
Text Example
Text Example
White with #5FD99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD99B; }
p { color: rgb(95,217,155); }
H1.HeaderClassName
{
color: #5FD99B;
}
.AnyTagClassName
{
color: #5FD99B;
}
</style>
background-color css
<style>
a { background-color: #5FD99B; }
a { background-color: rgb(95,217,155); }
div.DivClassName
{
background-color: #5FD99B;
}
.BgClassName
{
background-color: #5FD99B;
}
</style>
border-color css
<style>
span { border-color: #5FD99B; }
span { border-color: rgb(95,217,155); }
td.TdClassName
{
border-color: #5FD99B;
}
.TagClassName
{
border-color: #5FD99B;
}
</style>