Shades of Aquamarine #88FEB8
Tints of Aquamarine #88FEB8
RGB
CMYK
RGB Variations
Color information
#88FEB8 (or 0x88FEB8) is known color: Aquamarine. HEX triplet: 88, FE and B8. RGB value is (136,254,184). Sum of RGB (Red+Green+Blue) = 136+254+184=574 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.69% from 574); Green value is 254 (99.61% from 255 or 44.25% from 574); Blue value is 184 (72.27% from 255 or 32.06% from 574); Max value from RGB is 254 - color contains mainly: green. Hex color #88FEB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FEB8 is #770147. Grayscale: #D2D2D2. Windows color (decimal): -7799112 or 12123784. OLE color: 12123784.
HSL color Cylindrical-coordinate representation of color #88FEB8: hue angle of 144.41º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88FEB8 is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 254 | 184 | - |
| CMYK | 0.46 | 0 | 0.28 | 0.00 |
| HSL | 144.41º | 0.98% | 0.76% | - |
| HSV(B) | 144.41º | 0.46% | 1% | - |
| XYZ | 54.25 | 79.58 | 57.85 | - |
| YUV | 210.74 | 112.91 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 254 | 184 | 0.46 | 0 | 0.28 | 0.00 | 144.41 | 0.98 | 0.76 |
| Hex | 88 | FE | B8 | 2E | 0 | 1C | 0 | 90 | 62 | 4C |
| Octal | 210 | 376 | 270 | 56 | 0 | 34 | 0 | 220 | 142 | 114 |
| Binary | 10001000 | 11111110 | 10111000 | 101110 | 0 | 11100 | 0 | 10010000 | 1100010 | 1001100 |
Color Harmonies of #88FEB8
Complementary color
Monochromatic Colors of #88FEB8
Black with #88FEB8
Text Example
Text Example
White with #88FEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FEB8; }
p { color: rgb(136,254,184); }
H1.HeaderClassName
{
color: #88FEB8;
}
.AnyTagClassName
{
color: #88FEB8;
}
</style>
background-color css
<style>
a { background-color: #88FEB8; }
a { background-color: rgb(136,254,184); }
div.DivClassName
{
background-color: #88FEB8;
}
.BgClassName
{
background-color: #88FEB8;
}
</style>
border-color css
<style>
span { border-color: #88FEB8; }
span { border-color: rgb(136,254,184); }
td.TdClassName
{
border-color: #88FEB8;
}
.TagClassName
{
border-color: #88FEB8;
}
</style>