Shades of Aquamarine #88FFBC
Tints of Aquamarine #88FFBC
RGB
CMYK
RGB Variations
Color information
#88FFBC (or 0x88FFBC) is known color: Aquamarine. HEX triplet: 88, FF and BC. RGB value is (136,255,188). Sum of RGB (Red+Green+Blue) = 136+255+188=579 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.49% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #88FFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FFBC is #770043. Grayscale: #D3D3D3. Windows color (decimal): -7798852 or 12386184. OLE color: 12386184.
HSL color Cylindrical-coordinate representation of color #88FFBC: hue angle of 146.22º 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 #88FFBC is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 255 | 188 | - |
| CMYK | 0.47 | 0 | 0.26 | 0 |
| HSL | 146.22º | 1% | 0.77% | - |
| HSV(B) | 146.22º | 0.47% | 1% | - |
| XYZ | 54.99 | 80.39 | 60.19 | - |
| YUV | 211.78 | 114.58 | 73.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 255 | 188 | 0.47 | 0 | 0.26 | 0 | 146.22 | 1 | 0.77 |
| Hex | 88 | FF | BC | 2F | 0 | 1A | 0 | 92 | 64 | 4D |
| Octal | 210 | 377 | 274 | 57 | 0 | 32 | 0 | 222 | 144 | 115 |
| Binary | 10001000 | 11111111 | 10111100 | 101111 | 0 | 11010 | 0 | 10010010 | 1100100 | 1001101 |
Color Harmonies of #88FFBC
Complementary color
Monochromatic Colors of #88FFBC
Black with #88FFBC
Text Example
Text Example
White with #88FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FFBC; }
p { color: rgb(136,255,188); }
H1.HeaderClassName
{
color: #88FFBC;
}
.AnyTagClassName
{
color: #88FFBC;
}
</style>
background-color css
<style>
a { background-color: #88FFBC; }
a { background-color: rgb(136,255,188); }
div.DivClassName
{
background-color: #88FFBC;
}
.BgClassName
{
background-color: #88FFBC;
}
</style>
border-color css
<style>
span { border-color: #88FFBC; }
span { border-color: rgb(136,255,188); }
td.TdClassName
{
border-color: #88FFBC;
}
.TagClassName
{
border-color: #88FFBC;
}
</style>