Shades of Aquamarine #55FFB7
Tints of Aquamarine #55FFB7
RGB
CMYK
RGB Variations
Color information
#55FFB7 (or 0x55FFB7) is known color: Aquamarine. HEX triplet: 55, FF and B7. RGB value is (85,255,183). Sum of RGB (Red+Green+Blue) = 85+255+183=523 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.25% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 183 (71.88% from 255 or 34.99% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #55FFB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FFB7 is #AA0048. Grayscale: #C4C4C4. Windows color (decimal): -11141193 or 12058453. OLE color: 12058453.
HSL color Cylindrical-coordinate representation of color #55FFB7: hue angle of 154.59º 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 #55FFB7 is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 183 | - |
| CMYK | 0.67 | 0 | 0.28 | 0 |
| HSL | 154.59º | 1% | 0.67% | - |
| HSV(B) | 154.59º | 0.67% | 1% | - |
| XYZ | 48.05 | 76.87 | 57.1 | - |
| YUV | 195.96 | 120.68 | 48.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 183 | 0.67 | 0 | 0.28 | 0 | 154.59 | 1 | 0.67 |
| Hex | 55 | FF | B7 | 43 | 0 | 1C | 0 | 9B | 64 | 43 |
| Octal | 125 | 377 | 267 | 103 | 0 | 34 | 0 | 233 | 144 | 103 |
| Binary | 1010101 | 11111111 | 10110111 | 1000011 | 0 | 11100 | 0 | 10011011 | 1100100 | 1000011 |
Color Harmonies of #55FFB7
Complementary color
Monochromatic Colors of #55FFB7
Black with #55FFB7
Text Example
Text Example
White with #55FFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FFB7; }
p { color: rgb(85,255,183); }
H1.HeaderClassName
{
color: #55FFB7;
}
.AnyTagClassName
{
color: #55FFB7;
}
</style>
background-color css
<style>
a { background-color: #55FFB7; }
a { background-color: rgb(85,255,183); }
div.DivClassName
{
background-color: #55FFB7;
}
.BgClassName
{
background-color: #55FFB7;
}
</style>
border-color css
<style>
span { border-color: #55FFB7; }
span { border-color: rgb(85,255,183); }
td.TdClassName
{
border-color: #55FFB7;
}
.TagClassName
{
border-color: #55FFB7;
}
</style>