Shades of Aquamarine #55FFB6
Tints of Aquamarine #55FFB6
RGB
CMYK
RGB Variations
Color information
#55FFB6 (or 0x55FFB6) is known color: Aquamarine. HEX triplet: 55, FF and B6. RGB value is (85,255,182). Sum of RGB (Red+Green+Blue) = 85+255+182=522 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.28% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 182 (71.48% from 255 or 34.87% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #55FFB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FFB6 is #AA0049. Grayscale: #C3C3C3. Windows color (decimal): -11141194 or 11992917. OLE color: 11992917.
HSL color Cylindrical-coordinate representation of color #55FFB6: hue angle of 154.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 #55FFB6 is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 182 | - |
| CMYK | 0.67 | 0 | 0.29 | 0 |
| HSL | 154.24º | 1% | 0.67% | - |
| HSV(B) | 154.24º | 0.67% | 1% | - |
| XYZ | 47.95 | 76.83 | 56.56 | - |
| YUV | 195.85 | 120.18 | 48.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 182 | 0.67 | 0 | 0.29 | 0 | 154.24 | 1 | 0.67 |
| Hex | 55 | FF | B6 | 43 | 0 | 1D | 0 | 9A | 64 | 43 |
| Octal | 125 | 377 | 266 | 103 | 0 | 35 | 0 | 232 | 144 | 103 |
| Binary | 1010101 | 11111111 | 10110110 | 1000011 | 0 | 11101 | 0 | 10011010 | 1100100 | 1000011 |
Color Harmonies of #55FFB6
Complementary color
Monochromatic Colors of #55FFB6
Black with #55FFB6
Text Example
Text Example
White with #55FFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FFB6; }
p { color: rgb(85,255,182); }
H1.HeaderClassName
{
color: #55FFB6;
}
.AnyTagClassName
{
color: #55FFB6;
}
</style>
background-color css
<style>
a { background-color: #55FFB6; }
a { background-color: rgb(85,255,182); }
div.DivClassName
{
background-color: #55FFB6;
}
.BgClassName
{
background-color: #55FFB6;
}
</style>
border-color css
<style>
span { border-color: #55FFB6; }
span { border-color: rgb(85,255,182); }
td.TdClassName
{
border-color: #55FFB6;
}
.TagClassName
{
border-color: #55FFB6;
}
</style>