Shades of Medium Aquamarine #5FDEAB
Tints of Medium Aquamarine #5FDEAB
RGB
CMYK
RGB Variations
Color information
#5FDEAB (or 0x5FDEAB) is known color: Medium Aquamarine. HEX triplet: 5F, DE and AB. RGB value is (95,222,171). Sum of RGB (Red+Green+Blue) = 95+222+171=488 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.47% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 222 - color contains mainly: green. Hex color #5FDEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDEAB is #A02154. Grayscale: #B2B2B2. Windows color (decimal): -10494293 or 11263583. OLE color: 11263583.
HSL color Cylindrical-coordinate representation of color #5FDEAB: hue angle of 155.91º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDEAB is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 222 | 171 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.13 |
| HSL | 155.91º | 0.66% | 0.62% | - |
| HSV(B) | 155.91º | 0.57% | 0.87% | - |
| XYZ | 38.19 | 57.62 | 47.64 | - |
| YUV | 178.21 | 123.92 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 222 | 171 | 0.57 | 0 | 0.23 | 0.13 | 155.91 | 0.66 | 0.62 |
| Hex | 5F | DE | AB | 39 | 0 | 17 | D | 9C | 42 | 3E |
| Octal | 137 | 336 | 253 | 71 | 0 | 27 | 15 | 234 | 102 | 76 |
| Binary | 1011111 | 11011110 | 10101011 | 111001 | 0 | 10111 | 1101 | 10011100 | 1000010 | 111110 |
Color Harmonies of #5FDEAB
Complementary color
Monochromatic Colors of #5FDEAB
Black with #5FDEAB
Text Example
Text Example
White with #5FDEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDEAB; }
p { color: rgb(95,222,171); }
H1.HeaderClassName
{
color: #5FDEAB;
}
.AnyTagClassName
{
color: #5FDEAB;
}
</style>
background-color css
<style>
a { background-color: #5FDEAB; }
a { background-color: rgb(95,222,171); }
div.DivClassName
{
background-color: #5FDEAB;
}
.BgClassName
{
background-color: #5FDEAB;
}
</style>
border-color css
<style>
span { border-color: #5FDEAB; }
span { border-color: rgb(95,222,171); }
td.TdClassName
{
border-color: #5FDEAB;
}
.TagClassName
{
border-color: #5FDEAB;
}
</style>