Shades of Aquamarine #55FFBF
Tints of Aquamarine #55FFBF
RGB
CMYK
RGB Variations
Color information
#55FFBF (or 0x55FFBF) is known color: Aquamarine. HEX triplet: 55, FF and BF. RGB value is (85,255,191). Sum of RGB (Red+Green+Blue) = 85+255+191=531 (70% of max value = 765). Red value is 85 (33.59% from 255 or 16.01% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #55FFBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FFBF is #AA0040. Grayscale: #C4C4C4. Windows color (decimal): -11141185 or 12582741. OLE color: 12582741.
HSL color Cylindrical-coordinate representation of color #55FFBF: hue angle of 157.41º 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 #55FFBF is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 191 | - |
| CMYK | 0.67 | 0 | 0.25 | 0 |
| HSL | 157.41º | 1% | 0.67% | - |
| HSV(B) | 157.41º | 0.67% | 1% | - |
| XYZ | 48.91 | 77.21 | 61.62 | - |
| YUV | 196.87 | 124.68 | 48.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 191 | 0.67 | 0 | 0.25 | 0 | 157.41 | 1 | 0.67 |
| Hex | 55 | FF | BF | 43 | 0 | 19 | 0 | 9D | 64 | 43 |
| Octal | 125 | 377 | 277 | 103 | 0 | 31 | 0 | 235 | 144 | 103 |
| Binary | 1010101 | 11111111 | 10111111 | 1000011 | 0 | 11001 | 0 | 10011101 | 1100100 | 1000011 |
Color Harmonies of #55FFBF
Complementary color
Monochromatic Colors of #55FFBF
Black with #55FFBF
Text Example
Text Example
White with #55FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FFBF; }
p { color: rgb(85,255,191); }
H1.HeaderClassName
{
color: #55FFBF;
}
.AnyTagClassName
{
color: #55FFBF;
}
</style>
background-color css
<style>
a { background-color: #55FFBF; }
a { background-color: rgb(85,255,191); }
div.DivClassName
{
background-color: #55FFBF;
}
.BgClassName
{
background-color: #55FFBF;
}
</style>
border-color css
<style>
span { border-color: #55FFBF; }
span { border-color: rgb(85,255,191); }
td.TdClassName
{
border-color: #55FFBF;
}
.TagClassName
{
border-color: #55FFBF;
}
</style>