Shades of Aquamarine #88F5B9
Tints of Aquamarine #88F5B9
RGB
CMYK
RGB Variations
Color information
#88F5B9 (or 0x88F5B9) is known color: Aquamarine. HEX triplet: 88, F5 and B9. RGB value is (136,245,185). Sum of RGB (Red+Green+Blue) = 136+245+185=566 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.03% from 566); Green value is 245 (96.09% from 255 or 43.29% from 566); Blue value is 185 (72.66% from 255 or 32.69% from 566); Max value from RGB is 245 - color contains mainly: green. Hex color #88F5B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F5B9 is #770A46. Grayscale: #CDCDCD. Windows color (decimal): -7801415 or 12187016. OLE color: 12187016.
HSL color Cylindrical-coordinate representation of color #88F5B9: hue angle of 146.97º 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 #88F5B9 is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 136 | 245 | 185 | - |
| CMYK | 0.44 | 0 | 0.24 | 0.04 |
| HSL | 146.97º | 0.84% | 0.75% | - |
| HSV(B) | 146.97º | 0.44% | 0.96% | - |
| XYZ | 51.56 | 74.04 | 57.47 | - |
| YUV | 205.57 | 116.39 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 245 | 185 | 0.44 | 0 | 0.24 | 0.04 | 146.97 | 0.84 | 0.75 |
| Hex | 88 | F5 | B9 | 2C | 0 | 18 | 4 | 93 | 54 | 4B |
| Octal | 210 | 365 | 271 | 54 | 0 | 30 | 4 | 223 | 124 | 113 |
| Binary | 10001000 | 11110101 | 10111001 | 101100 | 0 | 11000 | 100 | 10010011 | 1010100 | 1001011 |
Color Harmonies of #88F5B9
Complementary color
Monochromatic Colors of #88F5B9
Black with #88F5B9
Text Example
Text Example
White with #88F5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F5B9; }
p { color: rgb(136,245,185); }
H1.HeaderClassName
{
color: #88F5B9;
}
.AnyTagClassName
{
color: #88F5B9;
}
</style>
background-color css
<style>
a { background-color: #88F5B9; }
a { background-color: rgb(136,245,185); }
div.DivClassName
{
background-color: #88F5B9;
}
.BgClassName
{
background-color: #88F5B9;
}
</style>
border-color css
<style>
span { border-color: #88F5B9; }
span { border-color: rgb(136,245,185); }
td.TdClassName
{
border-color: #88F5B9;
}
.TagClassName
{
border-color: #88F5B9;
}
</style>