Shades of Aquamarine #88FBE7
Tints of Aquamarine #88FBE7
RGB
CMYK
RGB Variations
Color information
#88FBE7 (or 0x88FBE7) is known color: Aquamarine. HEX triplet: 88, FB and E7. RGB value is (136,251,231). Sum of RGB (Red+Green+Blue) = 136+251+231=618 (81% of max value = 765). Red value is 136 (53.52% from 255 or 22.01% from 618); Green value is 251 (98.44% from 255 or 40.61% from 618); Blue value is 231 (90.62% from 255 or 37.38% from 618); Max value from RGB is 251 - color contains mainly: green. Hex color #88FBE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FBE7 is #770418. Grayscale: #D6D6D6. Windows color (decimal): -7799833 or 15203208. OLE color: 15203208.
HSL color Cylindrical-coordinate representation of color #88FBE7: hue angle of 169.57º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88FBE7 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 251 | 231 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.02 |
| HSL | 169.57º | 0.93% | 0.76% | - |
| HSV(B) | 169.57º | 0.46% | 0.98% | - |
| XYZ | 59.07 | 80 | 87.93 | - |
| YUV | 214.34 | 137.4 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 251 | 231 | 0.46 | 0 | 0.08 | 0.02 | 169.57 | 0.93 | 0.76 |
| Hex | 88 | FB | E7 | 2E | 0 | 8 | 2 | AA | 5D | 4C |
| Octal | 210 | 373 | 347 | 56 | 0 | 10 | 2 | 252 | 135 | 114 |
| Binary | 10001000 | 11111011 | 11100111 | 101110 | 0 | 1000 | 10 | 10101010 | 1011101 | 1001100 |
Color Harmonies of #88FBE7
Complementary color
Monochromatic Colors of #88FBE7
Black with #88FBE7
Text Example
Text Example
White with #88FBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FBE7; }
p { color: rgb(136,251,231); }
H1.HeaderClassName
{
color: #88FBE7;
}
.AnyTagClassName
{
color: #88FBE7;
}
</style>
background-color css
<style>
a { background-color: #88FBE7; }
a { background-color: rgb(136,251,231); }
div.DivClassName
{
background-color: #88FBE7;
}
.BgClassName
{
background-color: #88FBE7;
}
</style>
border-color css
<style>
span { border-color: #88FBE7; }
span { border-color: rgb(136,251,231); }
td.TdClassName
{
border-color: #88FBE7;
}
.TagClassName
{
border-color: #88FBE7;
}
</style>