Shades of Medium Aquamarine #5FD999
Tints of Medium Aquamarine #5FD999
RGB
CMYK
RGB Variations
Color information
#5FD999 (or 0x5FD999) is known color: Medium Aquamarine. HEX triplet: 5F, D9 and 99. RGB value is (95,217,153). Sum of RGB (Red+Green+Blue) = 95+217+153=465 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.43% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 153 (60.16% from 255 or 32.90% from 465); Max value from RGB is 217 - color contains mainly: green. Hex color #5FD999 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD999 is #A02666. Grayscale: #ADADAD. Windows color (decimal): -10495591 or 10082655. OLE color: 10082655.
HSL color Cylindrical-coordinate representation of color #5FD999: hue angle of 148.52º 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 #5FD999 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 217 | 153 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.15 |
| HSL | 148.52º | 0.62% | 0.61% | - |
| HSV(B) | 148.52º | 0.56% | 0.85% | - |
| XYZ | 35.28 | 54.36 | 38.77 | - |
| YUV | 173.23 | 116.58 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 217 | 153 | 0.56 | 0 | 0.29 | 0.15 | 148.52 | 0.62 | 0.61 |
| Hex | 5F | D9 | 99 | 38 | 0 | 1D | F | 95 | 3E | 3D |
| Octal | 137 | 331 | 231 | 70 | 0 | 35 | 17 | 225 | 76 | 75 |
| Binary | 1011111 | 11011001 | 10011001 | 111000 | 0 | 11101 | 1111 | 10010101 | 111110 | 111101 |
Color Harmonies of #5FD999
Complementary color
Monochromatic Colors of #5FD999
Black with #5FD999
Text Example
Text Example
White with #5FD999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD999; }
p { color: rgb(95,217,153); }
H1.HeaderClassName
{
color: #5FD999;
}
.AnyTagClassName
{
color: #5FD999;
}
</style>
background-color css
<style>
a { background-color: #5FD999; }
a { background-color: rgb(95,217,153); }
div.DivClassName
{
background-color: #5FD999;
}
.BgClassName
{
background-color: #5FD999;
}
</style>
border-color css
<style>
span { border-color: #5FD999; }
span { border-color: rgb(95,217,153); }
td.TdClassName
{
border-color: #5FD999;
}
.TagClassName
{
border-color: #5FD999;
}
</style>