Shades of Medium Aquamarine #55FAAA
Tints of Medium Aquamarine #55FAAA
RGB
CMYK
RGB Variations
Color information
#55FAAA (or 0x55FAAA) is known color: Medium Aquamarine. HEX triplet: 55, FA and AA. RGB value is (85,250,170). Sum of RGB (Red+Green+Blue) = 85+250+170=505 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.83% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #55FAAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FAAA is #AA0555. Grayscale: #BFBFBF. Windows color (decimal): -11142486 or 11205205. OLE color: 11205205.
HSL color Cylindrical-coordinate representation of color #55FAAA: hue angle of 150.91º 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 #55FAAA is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 250 | 170 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.02 |
| HSL | 150.91º | 0.94% | 0.66% | - |
| HSV(B) | 150.91º | 0.66% | 0.98% | - |
| XYZ | 45.19 | 73.2 | 49.78 | - |
| YUV | 191.55 | 115.84 | 52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 250 | 170 | 0.66 | 0 | 0.32 | 0.02 | 150.91 | 0.94 | 0.66 |
| Hex | 55 | FA | AA | 42 | 0 | 20 | 2 | 97 | 5E | 42 |
| Octal | 125 | 372 | 252 | 102 | 0 | 40 | 2 | 227 | 136 | 102 |
| Binary | 1010101 | 11111010 | 10101010 | 1000010 | 0 | 100000 | 10 | 10010111 | 1011110 | 1000010 |
Color Harmonies of #55FAAA
Complementary color
Monochromatic Colors of #55FAAA
Black with #55FAAA
Text Example
Text Example
White with #55FAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FAAA; }
p { color: rgb(85,250,170); }
H1.HeaderClassName
{
color: #55FAAA;
}
.AnyTagClassName
{
color: #55FAAA;
}
</style>
background-color css
<style>
a { background-color: #55FAAA; }
a { background-color: rgb(85,250,170); }
div.DivClassName
{
background-color: #55FAAA;
}
.BgClassName
{
background-color: #55FAAA;
}
</style>
border-color css
<style>
span { border-color: #55FAAA; }
span { border-color: rgb(85,250,170); }
td.TdClassName
{
border-color: #55FAAA;
}
.TagClassName
{
border-color: #55FAAA;
}
</style>