Shades of Aquamarine #88FFBB
Tints of Aquamarine #88FFBB
RGB
CMYK
RGB Variations
Color information
#88FFBB (or 0x88FFBB) is known color: Aquamarine. HEX triplet: 88, FF and BB. RGB value is (136,255,187). Sum of RGB (Red+Green+Blue) = 136+255+187=578 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.53% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #88FFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FFBB is #770044. Grayscale: #D3D3D3. Windows color (decimal): -7798853 or 12320648. OLE color: 12320648.
HSL color Cylindrical-coordinate representation of color #88FFBB: hue angle of 145.71º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88FFBB is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 255 | 187 | - |
| CMYK | 0.47 | 0 | 0.27 | 0 |
| HSL | 145.71º | 1% | 0.77% | - |
| HSV(B) | 145.71º | 0.47% | 1% | - |
| XYZ | 54.88 | 80.34 | 59.63 | - |
| YUV | 211.67 | 114.08 | 74.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 255 | 187 | 0.47 | 0 | 0.27 | 0 | 145.71 | 1 | 0.77 |
| Hex | 88 | FF | BB | 2F | 0 | 1B | 0 | 92 | 64 | 4D |
| Octal | 210 | 377 | 273 | 57 | 0 | 33 | 0 | 222 | 144 | 115 |
| Binary | 10001000 | 11111111 | 10111011 | 101111 | 0 | 11011 | 0 | 10010010 | 1100100 | 1001101 |
Color Harmonies of #88FFBB
Complementary color
Monochromatic Colors of #88FFBB
Black with #88FFBB
Text Example
Text Example
White with #88FFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FFBB; }
p { color: rgb(136,255,187); }
H1.HeaderClassName
{
color: #88FFBB;
}
.AnyTagClassName
{
color: #88FFBB;
}
</style>
background-color css
<style>
a { background-color: #88FFBB; }
a { background-color: rgb(136,255,187); }
div.DivClassName
{
background-color: #88FFBB;
}
.BgClassName
{
background-color: #88FFBB;
}
</style>
border-color css
<style>
span { border-color: #88FFBB; }
span { border-color: rgb(136,255,187); }
td.TdClassName
{
border-color: #88FFBB;
}
.TagClassName
{
border-color: #88FFBB;
}
</style>