Shades of Medium Aquamarine #55FFA5
Tints of Medium Aquamarine #55FFA5
RGB
CMYK
RGB Variations
Color information
#55FFA5 (or 0x55FFA5) is known color: Medium Aquamarine. HEX triplet: 55, FF and A5. RGB value is (85,255,165). Sum of RGB (Red+Green+Blue) = 85+255+165=505 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.83% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 165 (64.84% from 255 or 32.67% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #55FFA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FFA5 is #AA005A. Grayscale: #C2C2C2. Windows color (decimal): -11141211 or 10878805. OLE color: 10878805.
HSL color Cylindrical-coordinate representation of color #55FFA5: hue angle of 148.24º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55FFA5 is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 165 | - |
| CMYK | 0.67 | 0 | 0.35 | 0 |
| HSL | 148.24º | 1% | 0.67% | - |
| HSV(B) | 148.24º | 0.67% | 1% | - |
| XYZ | 46.3 | 76.17 | 47.86 | - |
| YUV | 193.91 | 111.68 | 50.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 165 | 0.67 | 0 | 0.35 | 0 | 148.24 | 1 | 0.67 |
| Hex | 55 | FF | A5 | 43 | 0 | 23 | 0 | 94 | 64 | 43 |
| Octal | 125 | 377 | 245 | 103 | 0 | 43 | 0 | 224 | 144 | 103 |
| Binary | 1010101 | 11111111 | 10100101 | 1000011 | 0 | 100011 | 0 | 10010100 | 1100100 | 1000011 |
Color Harmonies of #55FFA5
Complementary color
Monochromatic Colors of #55FFA5
Black with #55FFA5
Text Example
Text Example
White with #55FFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FFA5; }
p { color: rgb(85,255,165); }
H1.HeaderClassName
{
color: #55FFA5;
}
.AnyTagClassName
{
color: #55FFA5;
}
</style>
background-color css
<style>
a { background-color: #55FFA5; }
a { background-color: rgb(85,255,165); }
div.DivClassName
{
background-color: #55FFA5;
}
.BgClassName
{
background-color: #55FFA5;
}
</style>
border-color css
<style>
span { border-color: #55FFA5; }
span { border-color: rgb(85,255,165); }
td.TdClassName
{
border-color: #55FFA5;
}
.TagClassName
{
border-color: #55FFA5;
}
</style>