Shades of Aquamarine #55FFBA
Tints of Aquamarine #55FFBA
RGB
CMYK
RGB Variations
Color information
#55FFBA (or 0x55FFBA) is known color: Aquamarine. HEX triplet: 55, FF and BA. RGB value is (85,255,186). Sum of RGB (Red+Green+Blue) = 85+255+186=526 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.16% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #55FFBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FFBA is #AA0045. Grayscale: #C4C4C4. Windows color (decimal): -11141190 or 12255061. OLE color: 12255061.
HSL color Cylindrical-coordinate representation of color #55FFBA: hue angle of 155.65º 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 #55FFBA is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 186 | - |
| CMYK | 0.67 | 0 | 0.27 | 0 |
| HSL | 155.65º | 1% | 0.67% | - |
| HSV(B) | 155.65º | 0.67% | 1% | - |
| XYZ | 48.37 | 77 | 58.77 | - |
| YUV | 196.3 | 122.18 | 48.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 186 | 0.67 | 0 | 0.27 | 0 | 155.65 | 1 | 0.67 |
| Hex | 55 | FF | BA | 43 | 0 | 1B | 0 | 9C | 64 | 43 |
| Octal | 125 | 377 | 272 | 103 | 0 | 33 | 0 | 234 | 144 | 103 |
| Binary | 1010101 | 11111111 | 10111010 | 1000011 | 0 | 11011 | 0 | 10011100 | 1100100 | 1000011 |
Color Harmonies of #55FFBA
Complementary color
Monochromatic Colors of #55FFBA
Black with #55FFBA
Text Example
Text Example
White with #55FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FFBA; }
p { color: rgb(85,255,186); }
H1.HeaderClassName
{
color: #55FFBA;
}
.AnyTagClassName
{
color: #55FFBA;
}
</style>
background-color css
<style>
a { background-color: #55FFBA; }
a { background-color: rgb(85,255,186); }
div.DivClassName
{
background-color: #55FFBA;
}
.BgClassName
{
background-color: #55FFBA;
}
</style>
border-color css
<style>
span { border-color: #55FFBA; }
span { border-color: rgb(85,255,186); }
td.TdClassName
{
border-color: #55FFBA;
}
.TagClassName
{
border-color: #55FFBA;
}
</style>