Shades of Aquamarine #88EFBF
Tints of Aquamarine #88EFBF
RGB
CMYK
RGB Variations
Color information
#88EFBF (or 0x88EFBF) is known color: Aquamarine. HEX triplet: 88, EF and BF. RGB value is (136,239,191). Sum of RGB (Red+Green+Blue) = 136+239+191=566 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.03% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 239 - color contains mainly: green. Hex color #88EFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88EFBF is #771040. Grayscale: #CACACA. Windows color (decimal): -7802945 or 12578696. OLE color: 12578696.
HSL color Cylindrical-coordinate representation of color #88EFBF: hue angle of 152.04º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88EFBF is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 239 | 191 | - |
| CMYK | 0.43 | 0 | 0.20 | 0.06 |
| HSL | 152.04º | 0.76% | 0.74% | - |
| HSV(B) | 152.04º | 0.43% | 0.94% | - |
| XYZ | 50.42 | 70.73 | 60.28 | - |
| YUV | 202.73 | 121.38 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 239 | 191 | 0.43 | 0 | 0.20 | 0.06 | 152.04 | 0.76 | 0.74 |
| Hex | 88 | EF | BF | 2B | 0 | 14 | 6 | 98 | 4C | 4A |
| Octal | 210 | 357 | 277 | 53 | 0 | 24 | 6 | 230 | 114 | 112 |
| Binary | 10001000 | 11101111 | 10111111 | 101011 | 0 | 10100 | 110 | 10011000 | 1001100 | 1001010 |
Color Harmonies of #88EFBF
Complementary color
Monochromatic Colors of #88EFBF
Black with #88EFBF
Text Example
Text Example
White with #88EFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88EFBF; }
p { color: rgb(136,239,191); }
H1.HeaderClassName
{
color: #88EFBF;
}
.AnyTagClassName
{
color: #88EFBF;
}
</style>
background-color css
<style>
a { background-color: #88EFBF; }
a { background-color: rgb(136,239,191); }
div.DivClassName
{
background-color: #88EFBF;
}
.BgClassName
{
background-color: #88EFBF;
}
</style>
border-color css
<style>
span { border-color: #88EFBF; }
span { border-color: rgb(136,239,191); }
td.TdClassName
{
border-color: #88EFBF;
}
.TagClassName
{
border-color: #88EFBF;
}
</style>