Shades of Medium Aquamarine #5FC8AB
Tints of Medium Aquamarine #5FC8AB
RGB
CMYK
RGB Variations
Color information
#5FC8AB (or 0x5FC8AB) is known color: Medium Aquamarine. HEX triplet: 5F, C8 and AB. RGB value is (95,200,171). Sum of RGB (Red+Green+Blue) = 95+200+171=466 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.39% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 200 - color contains mainly: green. Hex color #5FC8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FC8AB is #A03754. Grayscale: #A5A5A5. Windows color (decimal): -10499925 or 11257951. OLE color: 11257951.
HSL color Cylindrical-coordinate representation of color #5FC8AB: hue angle of 163.43º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5FC8AB is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 95 | 200 | 171 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.22 |
| HSL | 163.43º | 0.49% | 0.58% | - |
| HSV(B) | 163.43º | 0.53% | 0.78% | - |
| XYZ | 32.72 | 46.68 | 45.81 | - |
| YUV | 165.3 | 131.21 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 200 | 171 | 0.52 | 0 | 0.14 | 0.22 | 163.43 | 0.49 | 0.58 |
| Hex | 5F | C8 | AB | 34 | 0 | E | 16 | A3 | 31 | 3A |
| Octal | 137 | 310 | 253 | 64 | 0 | 16 | 26 | 243 | 61 | 72 |
| Binary | 1011111 | 11001000 | 10101011 | 110100 | 0 | 1110 | 10110 | 10100011 | 110001 | 111010 |
Color Harmonies of #5FC8AB
Complementary color
Monochromatic Colors of #5FC8AB
Black with #5FC8AB
Text Example
Text Example
White with #5FC8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC8AB; }
p { color: rgb(95,200,171); }
H1.HeaderClassName
{
color: #5FC8AB;
}
.AnyTagClassName
{
color: #5FC8AB;
}
</style>
background-color css
<style>
a { background-color: #5FC8AB; }
a { background-color: rgb(95,200,171); }
div.DivClassName
{
background-color: #5FC8AB;
}
.BgClassName
{
background-color: #5FC8AB;
}
</style>
border-color css
<style>
span { border-color: #5FC8AB; }
span { border-color: rgb(95,200,171); }
td.TdClassName
{
border-color: #5FC8AB;
}
.TagClassName
{
border-color: #5FC8AB;
}
</style>