Shades of Medium Aquamarine #55FDAB
Tints of Medium Aquamarine #55FDAB
RGB
CMYK
RGB Variations
Color information
#55FDAB (or 0x55FDAB) is known color: Medium Aquamarine. HEX triplet: 55, FD and AB. RGB value is (85,253,171). Sum of RGB (Red+Green+Blue) = 85+253+171=509 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.70% from 509); Green value is 253 (99.22% from 255 or 49.71% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 253 - color contains mainly: green. Hex color #55FDAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FDAB is #AA0254. Grayscale: #C1C1C1. Windows color (decimal): -11141717 or 11271509. OLE color: 11271509.
HSL color Cylindrical-coordinate representation of color #55FDAB: hue angle of 150.71º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FDAB is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 253 | 171 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.01 |
| HSL | 150.71º | 0.98% | 0.66% | - |
| HSV(B) | 150.71º | 0.66% | 0.99% | - |
| XYZ | 46.22 | 75.12 | 50.59 | - |
| YUV | 193.42 | 115.34 | 50.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 253 | 171 | 0.66 | 0 | 0.32 | 0.01 | 150.71 | 0.98 | 0.66 |
| Hex | 55 | FD | AB | 42 | 0 | 20 | 1 | 97 | 62 | 42 |
| Octal | 125 | 375 | 253 | 102 | 0 | 40 | 1 | 227 | 142 | 102 |
| Binary | 1010101 | 11111101 | 10101011 | 1000010 | 0 | 100000 | 1 | 10010111 | 1100010 | 1000010 |
Color Harmonies of #55FDAB
Complementary color
Monochromatic Colors of #55FDAB
Black with #55FDAB
Text Example
Text Example
White with #55FDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FDAB; }
p { color: rgb(85,253,171); }
H1.HeaderClassName
{
color: #55FDAB;
}
.AnyTagClassName
{
color: #55FDAB;
}
</style>
background-color css
<style>
a { background-color: #55FDAB; }
a { background-color: rgb(85,253,171); }
div.DivClassName
{
background-color: #55FDAB;
}
.BgClassName
{
background-color: #55FDAB;
}
</style>
border-color css
<style>
span { border-color: #55FDAB; }
span { border-color: rgb(85,253,171); }
td.TdClassName
{
border-color: #55FDAB;
}
.TagClassName
{
border-color: #55FDAB;
}
</style>