Shades of Medium Aquamarine #5FCEA0
Tints of Medium Aquamarine #5FCEA0
RGB
CMYK
RGB Variations
Color information
#5FCEA0 (or 0x5FCEA0) is known color: Medium Aquamarine. HEX triplet: 5F, CE and A0. RGB value is (95,206,160). Sum of RGB (Red+Green+Blue) = 95+206+160=461 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.61% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 206 - color contains mainly: green. Hex color #5FCEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCEA0 is #A0315F. Grayscale: #A7A7A7. Windows color (decimal): -10498400 or 10538591. OLE color: 10538591.
HSL color Cylindrical-coordinate representation of color #5FCEA0: hue angle of 155.14º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCEA0 is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 206 | 160 | - |
| CMYK | 0.54 | 0 | 0.22 | 0.19 |
| HSL | 155.14º | 0.53% | 0.59% | - |
| HSV(B) | 155.14º | 0.54% | 0.81% | - |
| XYZ | 33.14 | 49.11 | 40.99 | - |
| YUV | 167.57 | 123.73 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 206 | 160 | 0.54 | 0 | 0.22 | 0.19 | 155.14 | 0.53 | 0.59 |
| Hex | 5F | CE | A0 | 36 | 0 | 16 | 13 | 9B | 35 | 3B |
| Octal | 137 | 316 | 240 | 66 | 0 | 26 | 23 | 233 | 65 | 73 |
| Binary | 1011111 | 11001110 | 10100000 | 110110 | 0 | 10110 | 10011 | 10011011 | 110101 | 111011 |
Color Harmonies of #5FCEA0
Complementary color
Monochromatic Colors of #5FCEA0
Black with #5FCEA0
Text Example
Text Example
White with #5FCEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCEA0; }
p { color: rgb(95,206,160); }
H1.HeaderClassName
{
color: #5FCEA0;
}
.AnyTagClassName
{
color: #5FCEA0;
}
</style>
background-color css
<style>
a { background-color: #5FCEA0; }
a { background-color: rgb(95,206,160); }
div.DivClassName
{
background-color: #5FCEA0;
}
.BgClassName
{
background-color: #5FCEA0;
}
</style>
border-color css
<style>
span { border-color: #5FCEA0; }
span { border-color: rgb(95,206,160); }
td.TdClassName
{
border-color: #5FCEA0;
}
.TagClassName
{
border-color: #5FCEA0;
}
</style>