Shades of Aquamarine #88F5BB
Tints of Aquamarine #88F5BB
RGB
CMYK
RGB Variations
Color information
#88F5BB (or 0x88F5BB) is known color: Aquamarine. HEX triplet: 88, F5 and BB. RGB value is (136,245,187). Sum of RGB (Red+Green+Blue) = 136+245+187=568 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.94% from 568); Green value is 245 (96.09% from 255 or 43.13% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 245 - color contains mainly: green. Hex color #88F5BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F5BB is #770A44. Grayscale: #CDCDCD. Windows color (decimal): -7801413 or 12318088. OLE color: 12318088.
HSL color Cylindrical-coordinate representation of color #88F5BB: hue angle of 148.07º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88F5BB is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 136 | 245 | 187 | - |
| CMYK | 0.44 | 0 | 0.24 | 0.04 |
| HSL | 148.07º | 0.84% | 0.75% | - |
| HSV(B) | 148.07º | 0.44% | 0.96% | - |
| XYZ | 51.78 | 74.13 | 58.59 | - |
| YUV | 205.8 | 117.39 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 245 | 187 | 0.44 | 0 | 0.24 | 0.04 | 148.07 | 0.84 | 0.75 |
| Hex | 88 | F5 | BB | 2C | 0 | 18 | 4 | 94 | 54 | 4B |
| Octal | 210 | 365 | 273 | 54 | 0 | 30 | 4 | 224 | 124 | 113 |
| Binary | 10001000 | 11110101 | 10111011 | 101100 | 0 | 11000 | 100 | 10010100 | 1010100 | 1001011 |
Color Harmonies of #88F5BB
Complementary color
Monochromatic Colors of #88F5BB
Black with #88F5BB
Text Example
Text Example
White with #88F5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F5BB; }
p { color: rgb(136,245,187); }
H1.HeaderClassName
{
color: #88F5BB;
}
.AnyTagClassName
{
color: #88F5BB;
}
</style>
background-color css
<style>
a { background-color: #88F5BB; }
a { background-color: rgb(136,245,187); }
div.DivClassName
{
background-color: #88F5BB;
}
.BgClassName
{
background-color: #88F5BB;
}
</style>
border-color css
<style>
span { border-color: #88F5BB; }
span { border-color: rgb(136,245,187); }
td.TdClassName
{
border-color: #88F5BB;
}
.TagClassName
{
border-color: #88F5BB;
}
</style>