Shades of Medium Aquamarine #5FC4A0
Tints of Medium Aquamarine #5FC4A0
RGB
CMYK
RGB Variations
Color information
#5FC4A0 (or 0x5FC4A0) is known color: Medium Aquamarine. HEX triplet: 5F, C4 and A0. RGB value is (95,196,160). Sum of RGB (Red+Green+Blue) = 95+196+160=451 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.06% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 196 - color contains mainly: green. Hex color #5FC4A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FC4A0 is #A03B5F. Grayscale: #A1A1A1. Windows color (decimal): -10500960 or 10536031. OLE color: 10536031.
HSL color Cylindrical-coordinate representation of color #5FC4A0: hue angle of 158.61º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5FC4A0 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 95 | 196 | 160 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.23 |
| HSL | 158.61º | 0.46% | 0.57% | - |
| HSV(B) | 158.61º | 0.52% | 0.77% | - |
| XYZ | 30.8 | 44.45 | 40.21 | - |
| YUV | 161.7 | 127.04 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 196 | 160 | 0.52 | 0 | 0.18 | 0.23 | 158.61 | 0.46 | 0.57 |
| Hex | 5F | C4 | A0 | 34 | 0 | 12 | 17 | 9F | 2E | 39 |
| Octal | 137 | 304 | 240 | 64 | 0 | 22 | 27 | 237 | 56 | 71 |
| Binary | 1011111 | 11000100 | 10100000 | 110100 | 0 | 10010 | 10111 | 10011111 | 101110 | 111001 |
Color Harmonies of #5FC4A0
Complementary color
Monochromatic Colors of #5FC4A0
Black with #5FC4A0
Text Example
Text Example
White with #5FC4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC4A0; }
p { color: rgb(95,196,160); }
H1.HeaderClassName
{
color: #5FC4A0;
}
.AnyTagClassName
{
color: #5FC4A0;
}
</style>
background-color css
<style>
a { background-color: #5FC4A0; }
a { background-color: rgb(95,196,160); }
div.DivClassName
{
background-color: #5FC4A0;
}
.BgClassName
{
background-color: #5FC4A0;
}
</style>
border-color css
<style>
span { border-color: #5FC4A0; }
span { border-color: rgb(95,196,160); }
td.TdClassName
{
border-color: #5FC4A0;
}
.TagClassName
{
border-color: #5FC4A0;
}
</style>