Shades of Medium Aquamarine #5FDCAB
Tints of Medium Aquamarine #5FDCAB
RGB
CMYK
RGB Variations
Color information
#5FDCAB (or 0x5FDCAB) is known color: Medium Aquamarine. HEX triplet: 5F, DC and AB. RGB value is (95,220,171). Sum of RGB (Red+Green+Blue) = 95+220+171=486 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.55% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDCAB is #A02354. Grayscale: #B1B1B1. Windows color (decimal): -10494805 or 11263071. OLE color: 11263071.
HSL color Cylindrical-coordinate representation of color #5FDCAB: hue angle of 156.48º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDCAB is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 220 | 171 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.14 |
| HSL | 156.48º | 0.64% | 0.62% | - |
| HSV(B) | 156.48º | 0.57% | 0.86% | - |
| XYZ | 37.66 | 56.56 | 47.46 | - |
| YUV | 177.04 | 124.59 | 69.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 220 | 171 | 0.57 | 0 | 0.22 | 0.14 | 156.48 | 0.64 | 0.62 |
| Hex | 5F | DC | AB | 39 | 0 | 16 | E | 9C | 40 | 3E |
| Octal | 137 | 334 | 253 | 71 | 0 | 26 | 16 | 234 | 100 | 76 |
| Binary | 1011111 | 11011100 | 10101011 | 111001 | 0 | 10110 | 1110 | 10011100 | 1000000 | 111110 |
Color Harmonies of #5FDCAB
Complementary color
Monochromatic Colors of #5FDCAB
Black with #5FDCAB
Text Example
Text Example
White with #5FDCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDCAB; }
p { color: rgb(95,220,171); }
H1.HeaderClassName
{
color: #5FDCAB;
}
.AnyTagClassName
{
color: #5FDCAB;
}
</style>
background-color css
<style>
a { background-color: #5FDCAB; }
a { background-color: rgb(95,220,171); }
div.DivClassName
{
background-color: #5FDCAB;
}
.BgClassName
{
background-color: #5FDCAB;
}
</style>
border-color css
<style>
span { border-color: #5FDCAB; }
span { border-color: rgb(95,220,171); }
td.TdClassName
{
border-color: #5FDCAB;
}
.TagClassName
{
border-color: #5FDCAB;
}
</style>