Shades of Medium Aquamarine #55FAA5
Tints of Medium Aquamarine #55FAA5
RGB
CMYK
RGB Variations
Color information
#55FAA5 (or 0x55FAA5) is known color: Medium Aquamarine. HEX triplet: 55, FA and A5. RGB value is (85,250,165). Sum of RGB (Red+Green+Blue) = 85+250+165=500 (66% of max value = 765). Red value is 85 (33.59% from 255 or 17% from 500); Green value is 250 (98.05% from 255 or 50% from 500); Blue value is 165 (64.84% from 255 or 33% from 500); Max value from RGB is 250 - color contains mainly: green. Hex color #55FAA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FAA5 is #AA055A. Grayscale: #BFBFBF. Windows color (decimal): -11142491 or 10877525. OLE color: 10877525.
HSL color Cylindrical-coordinate representation of color #55FAA5: hue angle of 149.09º 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 #55FAA5 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 250 | 165 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.02 |
| HSL | 149.09º | 0.94% | 0.66% | - |
| HSV(B) | 149.09º | 0.66% | 0.98% | - |
| XYZ | 44.72 | 73.02 | 47.33 | - |
| YUV | 190.98 | 113.34 | 52.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 250 | 165 | 0.66 | 0 | 0.34 | 0.02 | 149.09 | 0.94 | 0.66 |
| Hex | 55 | FA | A5 | 42 | 0 | 22 | 2 | 95 | 5E | 42 |
| Octal | 125 | 372 | 245 | 102 | 0 | 42 | 2 | 225 | 136 | 102 |
| Binary | 1010101 | 11111010 | 10100101 | 1000010 | 0 | 100010 | 10 | 10010101 | 1011110 | 1000010 |
Color Harmonies of #55FAA5
Complementary color
Monochromatic Colors of #55FAA5
Black with #55FAA5
Text Example
Text Example
White with #55FAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FAA5; }
p { color: rgb(85,250,165); }
H1.HeaderClassName
{
color: #55FAA5;
}
.AnyTagClassName
{
color: #55FAA5;
}
</style>
background-color css
<style>
a { background-color: #55FAA5; }
a { background-color: rgb(85,250,165); }
div.DivClassName
{
background-color: #55FAA5;
}
.BgClassName
{
background-color: #55FAA5;
}
</style>
border-color css
<style>
span { border-color: #55FAA5; }
span { border-color: rgb(85,250,165); }
td.TdClassName
{
border-color: #55FAA5;
}
.TagClassName
{
border-color: #55FAA5;
}
</style>