Shades of Medium Aquamarine #5FFDAB
Tints of Medium Aquamarine #5FFDAB
RGB
CMYK
RGB Variations
Color information
#5FFDAB (or 0x5FFDAB) is known color: Medium Aquamarine. HEX triplet: 5F, FD and AB. RGB value is (95,253,171). Sum of RGB (Red+Green+Blue) = 95+253+171=519 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.30% from 519); Green value is 253 (99.22% from 255 or 48.75% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 253 - color contains mainly: green. Hex color #5FFDAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFDAB is #A00254. Grayscale: #C4C4C4. Windows color (decimal): -10486357 or 11271519. OLE color: 11271519.
HSL color Cylindrical-coordinate representation of color #5FFDAB: hue angle of 148.86º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFDAB is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 253 | 171 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.01 |
| HSL | 148.86º | 0.98% | 0.68% | - |
| HSV(B) | 148.86º | 0.62% | 0.99% | - |
| XYZ | 47.2 | 75.62 | 50.64 | - |
| YUV | 196.41 | 113.65 | 55.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 253 | 171 | 0.62 | 0 | 0.32 | 0.01 | 148.86 | 0.98 | 0.68 |
| Hex | 5F | FD | AB | 3E | 0 | 20 | 1 | 95 | 62 | 44 |
| Octal | 137 | 375 | 253 | 76 | 0 | 40 | 1 | 225 | 142 | 104 |
| Binary | 1011111 | 11111101 | 10101011 | 111110 | 0 | 100000 | 1 | 10010101 | 1100010 | 1000100 |
Color Harmonies of #5FFDAB
Complementary color
Monochromatic Colors of #5FFDAB
Black with #5FFDAB
Text Example
Text Example
White with #5FFDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFDAB; }
p { color: rgb(95,253,171); }
H1.HeaderClassName
{
color: #5FFDAB;
}
.AnyTagClassName
{
color: #5FFDAB;
}
</style>
background-color css
<style>
a { background-color: #5FFDAB; }
a { background-color: rgb(95,253,171); }
div.DivClassName
{
background-color: #5FFDAB;
}
.BgClassName
{
background-color: #5FFDAB;
}
</style>
border-color css
<style>
span { border-color: #5FFDAB; }
span { border-color: rgb(95,253,171); }
td.TdClassName
{
border-color: #5FFDAB;
}
.TagClassName
{
border-color: #5FFDAB;
}
</style>