Shades of Medium Aquamarine #5FC99D
Tints of Medium Aquamarine #5FC99D
RGB
CMYK
RGB Variations
Color information
#5FC99D (or 0x5FC99D) is known color: Medium Aquamarine. HEX triplet: 5F, C9 and 9D. RGB value is (95,201,157). Sum of RGB (Red+Green+Blue) = 95+201+157=453 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.97% from 453); Green value is 201 (78.91% from 255 or 44.37% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 201 - color contains mainly: green. Hex color #5FC99D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FC99D is #A03662. Grayscale: #A4A4A4. Windows color (decimal): -10499683 or 10340703. OLE color: 10340703.
HSL color Cylindrical-coordinate representation of color #5FC99D: hue angle of 155.09º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FC99D is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 201 | 157 | - |
| CMYK | 0.53 | 0 | 0.22 | 0.21 |
| HSL | 155.09º | 0.5% | 0.58% | - |
| HSV(B) | 155.09º | 0.53% | 0.79% | - |
| XYZ | 31.69 | 46.64 | 39.23 | - |
| YUV | 164.29 | 123.88 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 201 | 157 | 0.53 | 0 | 0.22 | 0.21 | 155.09 | 0.5 | 0.58 |
| Hex | 5F | C9 | 9D | 35 | 0 | 16 | 15 | 9B | 32 | 3A |
| Octal | 137 | 311 | 235 | 65 | 0 | 26 | 25 | 233 | 62 | 72 |
| Binary | 1011111 | 11001001 | 10011101 | 110101 | 0 | 10110 | 10101 | 10011011 | 110010 | 111010 |
Color Harmonies of #5FC99D
Complementary color
Monochromatic Colors of #5FC99D
Black with #5FC99D
Text Example
Text Example
White with #5FC99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC99D; }
p { color: rgb(95,201,157); }
H1.HeaderClassName
{
color: #5FC99D;
}
.AnyTagClassName
{
color: #5FC99D;
}
</style>
background-color css
<style>
a { background-color: #5FC99D; }
a { background-color: rgb(95,201,157); }
div.DivClassName
{
background-color: #5FC99D;
}
.BgClassName
{
background-color: #5FC99D;
}
</style>
border-color css
<style>
span { border-color: #5FC99D; }
span { border-color: rgb(95,201,157); }
td.TdClassName
{
border-color: #5FC99D;
}
.TagClassName
{
border-color: #5FC99D;
}
</style>