Shades of Medium Aquamarine #5FC5AB
Tints of Medium Aquamarine #5FC5AB
RGB
CMYK
RGB Variations
Color information
#5FC5AB (or 0x5FC5AB) is known color: Medium Aquamarine. HEX triplet: 5F, C5 and AB. RGB value is (95,197,171). Sum of RGB (Red+Green+Blue) = 95+197+171=463 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.52% from 463); Green value is 197 (77.34% from 255 or 42.55% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 197 - color contains mainly: green. Hex color #5FC5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FC5AB is #A03A54. Grayscale: #A3A3A3. Windows color (decimal): -10500693 or 11257183. OLE color: 11257183.
HSL color Cylindrical-coordinate representation of color #5FC5AB: hue angle of 164.71º degrees, saturation: 0.47, 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 #5FC5AB is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 95 | 197 | 171 | - |
| CMYK | 0.52 | 0 | 0.13 | 0.23 |
| HSL | 164.71º | 0.47% | 0.57% | - |
| HSV(B) | 164.71º | 0.52% | 0.77% | - |
| XYZ | 32.04 | 45.31 | 45.58 | - |
| YUV | 163.54 | 132.21 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 197 | 171 | 0.52 | 0 | 0.13 | 0.23 | 164.71 | 0.47 | 0.57 |
| Hex | 5F | C5 | AB | 34 | 0 | D | 17 | A5 | 2F | 39 |
| Octal | 137 | 305 | 253 | 64 | 0 | 15 | 27 | 245 | 57 | 71 |
| Binary | 1011111 | 11000101 | 10101011 | 110100 | 0 | 1101 | 10111 | 10100101 | 101111 | 111001 |
Color Harmonies of #5FC5AB
Complementary color
Monochromatic Colors of #5FC5AB
Black with #5FC5AB
Text Example
Text Example
White with #5FC5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC5AB; }
p { color: rgb(95,197,171); }
H1.HeaderClassName
{
color: #5FC5AB;
}
.AnyTagClassName
{
color: #5FC5AB;
}
</style>
background-color css
<style>
a { background-color: #5FC5AB; }
a { background-color: rgb(95,197,171); }
div.DivClassName
{
background-color: #5FC5AB;
}
.BgClassName
{
background-color: #5FC5AB;
}
</style>
border-color css
<style>
span { border-color: #5FC5AB; }
span { border-color: rgb(95,197,171); }
td.TdClassName
{
border-color: #5FC5AB;
}
.TagClassName
{
border-color: #5FC5AB;
}
</style>