Shades of Medium Aquamarine #55FCAB
Tints of Medium Aquamarine #55FCAB
RGB
CMYK
RGB Variations
Color information
#55FCAB (or 0x55FCAB) is known color: Medium Aquamarine. HEX triplet: 55, FC and AB. RGB value is (85,252,171). Sum of RGB (Red+Green+Blue) = 85+252+171=508 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.73% from 508); Green value is 252 (98.83% from 255 or 49.61% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 252 - color contains mainly: green. Hex color #55FCAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FCAB is #AA0354. Grayscale: #C0C0C0. Windows color (decimal): -11141973 or 11271253. OLE color: 11271253.
HSL color Cylindrical-coordinate representation of color #55FCAB: hue angle of 150.9º degrees, saturation: 0.97, 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 #55FCAB is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 252 | 171 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.01 |
| HSL | 150.9º | 0.97% | 0.66% | - |
| HSV(B) | 150.9º | 0.66% | 0.99% | - |
| XYZ | 45.91 | 74.49 | 50.49 | - |
| YUV | 192.83 | 115.67 | 51.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 252 | 171 | 0.66 | 0 | 0.32 | 0.01 | 150.9 | 0.97 | 0.66 |
| Hex | 55 | FC | AB | 42 | 0 | 20 | 1 | 97 | 61 | 42 |
| Octal | 125 | 374 | 253 | 102 | 0 | 40 | 1 | 227 | 141 | 102 |
| Binary | 1010101 | 11111100 | 10101011 | 1000010 | 0 | 100000 | 1 | 10010111 | 1100001 | 1000010 |
Color Harmonies of #55FCAB
Complementary color
Monochromatic Colors of #55FCAB
Black with #55FCAB
Text Example
Text Example
White with #55FCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FCAB; }
p { color: rgb(85,252,171); }
H1.HeaderClassName
{
color: #55FCAB;
}
.AnyTagClassName
{
color: #55FCAB;
}
</style>
background-color css
<style>
a { background-color: #55FCAB; }
a { background-color: rgb(85,252,171); }
div.DivClassName
{
background-color: #55FCAB;
}
.BgClassName
{
background-color: #55FCAB;
}
</style>
border-color css
<style>
span { border-color: #55FCAB; }
span { border-color: rgb(85,252,171); }
td.TdClassName
{
border-color: #55FCAB;
}
.TagClassName
{
border-color: #55FCAB;
}
</style>