Shades of Aquamarine #88FFB8
Tints of Aquamarine #88FFB8
RGB
CMYK
RGB Variations
Color information
#88FFB8 (or 0x88FFB8) is known color: Aquamarine. HEX triplet: 88, FF and B8. RGB value is (136,255,184). Sum of RGB (Red+Green+Blue) = 136+255+184=575 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.65% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 184 (72.27% from 255 or 32% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #88FFB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FFB8 is #770047. Grayscale: #D3D3D3. Windows color (decimal): -7798856 or 12124040. OLE color: 12124040.
HSL color Cylindrical-coordinate representation of color #88FFB8: hue angle of 144.2º 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 #88FFB8 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 255 | 184 | - |
| CMYK | 0.47 | 0 | 0.28 | 0 |
| HSL | 144.2º | 1% | 0.77% | - |
| HSV(B) | 144.2º | 0.47% | 1% | - |
| XYZ | 54.57 | 80.21 | 57.95 | - |
| YUV | 211.33 | 112.58 | 74.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 255 | 184 | 0.47 | 0 | 0.28 | 0 | 144.2 | 1 | 0.77 |
| Hex | 88 | FF | B8 | 2F | 0 | 1C | 0 | 90 | 64 | 4D |
| Octal | 210 | 377 | 270 | 57 | 0 | 34 | 0 | 220 | 144 | 115 |
| Binary | 10001000 | 11111111 | 10111000 | 101111 | 0 | 11100 | 0 | 10010000 | 1100100 | 1001101 |
Color Harmonies of #88FFB8
Complementary color
Monochromatic Colors of #88FFB8
Black with #88FFB8
Text Example
Text Example
White with #88FFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FFB8; }
p { color: rgb(136,255,184); }
H1.HeaderClassName
{
color: #88FFB8;
}
.AnyTagClassName
{
color: #88FFB8;
}
</style>
background-color css
<style>
a { background-color: #88FFB8; }
a { background-color: rgb(136,255,184); }
div.DivClassName
{
background-color: #88FFB8;
}
.BgClassName
{
background-color: #88FFB8;
}
</style>
border-color css
<style>
span { border-color: #88FFB8; }
span { border-color: rgb(136,255,184); }
td.TdClassName
{
border-color: #88FFB8;
}
.TagClassName
{
border-color: #88FFB8;
}
</style>