Shades of Medium Aquamarine #55FAAB
Tints of Medium Aquamarine #55FAAB
RGB
CMYK
RGB Variations
Color information
#55FAAB (or 0x55FAAB) is known color: Medium Aquamarine. HEX triplet: 55, FA and AB. RGB value is (85,250,171). Sum of RGB (Red+Green+Blue) = 85+250+171=506 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.80% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 250 - color contains mainly: green. Hex color #55FAAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FAAB is #AA0554. Grayscale: #BFBFBF. Windows color (decimal): -11142485 or 11270741. OLE color: 11270741.
HSL color Cylindrical-coordinate representation of color #55FAAB: hue angle of 151.27º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FAAB is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 250 | 171 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.02 |
| HSL | 151.27º | 0.94% | 0.66% | - |
| HSV(B) | 151.27º | 0.66% | 0.98% | - |
| XYZ | 45.28 | 73.24 | 50.28 | - |
| YUV | 191.66 | 116.34 | 51.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 250 | 171 | 0.66 | 0 | 0.32 | 0.02 | 151.27 | 0.94 | 0.66 |
| Hex | 55 | FA | AB | 42 | 0 | 20 | 2 | 97 | 5E | 42 |
| Octal | 125 | 372 | 253 | 102 | 0 | 40 | 2 | 227 | 136 | 102 |
| Binary | 1010101 | 11111010 | 10101011 | 1000010 | 0 | 100000 | 10 | 10010111 | 1011110 | 1000010 |
Color Harmonies of #55FAAB
Complementary color
Monochromatic Colors of #55FAAB
Black with #55FAAB
Text Example
Text Example
White with #55FAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FAAB; }
p { color: rgb(85,250,171); }
H1.HeaderClassName
{
color: #55FAAB;
}
.AnyTagClassName
{
color: #55FAAB;
}
</style>
background-color css
<style>
a { background-color: #55FAAB; }
a { background-color: rgb(85,250,171); }
div.DivClassName
{
background-color: #55FAAB;
}
.BgClassName
{
background-color: #55FAAB;
}
</style>
border-color css
<style>
span { border-color: #55FAAB; }
span { border-color: rgb(85,250,171); }
td.TdClassName
{
border-color: #55FAAB;
}
.TagClassName
{
border-color: #55FAAB;
}
</style>