Shades of Medium Aquamarine #55FAAF
Tints of Medium Aquamarine #55FAAF
RGB
CMYK
RGB Variations
Color information
#55FAAF (or 0x55FAAF) is known color: Medium Aquamarine. HEX triplet: 55, FA and AF. RGB value is (85,250,175). Sum of RGB (Red+Green+Blue) = 85+250+175=510 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.67% from 510); Green value is 250 (98.05% from 255 or 49.02% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 250 - color contains mainly: green. Hex color #55FAAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FAAF is #AA0550. Grayscale: #C0C0C0. Windows color (decimal): -11142481 or 11532885. OLE color: 11532885.
HSL color Cylindrical-coordinate representation of color #55FAAF: hue angle of 152.73º 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 #55FAAF is Cyan = 0.66, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 250 | 175 | - |
| CMYK | 0.66 | 0 | 0.3 | 0.02 |
| HSL | 152.73º | 0.94% | 0.66% | - |
| HSV(B) | 152.73º | 0.66% | 0.98% | - |
| XYZ | 45.67 | 73.4 | 52.32 | - |
| YUV | 192.12 | 118.34 | 51.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 250 | 175 | 0.66 | 0 | 0.3 | 0.02 | 152.73 | 0.94 | 0.66 |
| Hex | 55 | FA | AF | 42 | 0 | 1E | 2 | 99 | 5E | 42 |
| Octal | 125 | 372 | 257 | 102 | 0 | 36 | 2 | 231 | 136 | 102 |
| Binary | 1010101 | 11111010 | 10101111 | 1000010 | 0 | 11110 | 10 | 10011001 | 1011110 | 1000010 |
Color Harmonies of #55FAAF
Complementary color
Monochromatic Colors of #55FAAF
Black with #55FAAF
Text Example
Text Example
White with #55FAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FAAF; }
p { color: rgb(85,250,175); }
H1.HeaderClassName
{
color: #55FAAF;
}
.AnyTagClassName
{
color: #55FAAF;
}
</style>
background-color css
<style>
a { background-color: #55FAAF; }
a { background-color: rgb(85,250,175); }
div.DivClassName
{
background-color: #55FAAF;
}
.BgClassName
{
background-color: #55FAAF;
}
</style>
border-color css
<style>
span { border-color: #55FAAF; }
span { border-color: rgb(85,250,175); }
td.TdClassName
{
border-color: #55FAAF;
}
.TagClassName
{
border-color: #55FAAF;
}
</style>