Shades of Aquamarine #88FFBA
Tints of Aquamarine #88FFBA
RGB
CMYK
RGB Variations
Color information
#88FFBA (or 0x88FFBA) is known color: Aquamarine. HEX triplet: 88, FF and BA. RGB value is (136,255,186). Sum of RGB (Red+Green+Blue) = 136+255+186=577 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.57% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #88FFBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FFBA is #770045. Grayscale: #D3D3D3. Windows color (decimal): -7798854 or 12255112. OLE color: 12255112.
HSL color Cylindrical-coordinate representation of color #88FFBA: hue angle of 145.21º 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 #88FFBA is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 255 | 186 | - |
| CMYK | 0.47 | 0 | 0.27 | 0 |
| HSL | 145.21º | 1% | 0.77% | - |
| HSV(B) | 145.21º | 0.47% | 1% | - |
| XYZ | 54.78 | 80.3 | 59.07 | - |
| YUV | 211.55 | 113.58 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 255 | 186 | 0.47 | 0 | 0.27 | 0 | 145.21 | 1 | 0.77 |
| Hex | 88 | FF | BA | 2F | 0 | 1B | 0 | 91 | 64 | 4D |
| Octal | 210 | 377 | 272 | 57 | 0 | 33 | 0 | 221 | 144 | 115 |
| Binary | 10001000 | 11111111 | 10111010 | 101111 | 0 | 11011 | 0 | 10010001 | 1100100 | 1001101 |
Color Harmonies of #88FFBA
Complementary color
Monochromatic Colors of #88FFBA
Black with #88FFBA
Text Example
Text Example
White with #88FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FFBA; }
p { color: rgb(136,255,186); }
H1.HeaderClassName
{
color: #88FFBA;
}
.AnyTagClassName
{
color: #88FFBA;
}
</style>
background-color css
<style>
a { background-color: #88FFBA; }
a { background-color: rgb(136,255,186); }
div.DivClassName
{
background-color: #88FFBA;
}
.BgClassName
{
background-color: #88FFBA;
}
</style>
border-color css
<style>
span { border-color: #88FFBA; }
span { border-color: rgb(136,255,186); }
td.TdClassName
{
border-color: #88FFBA;
}
.TagClassName
{
border-color: #88FFBA;
}
</style>