Shades of Aquamarine #88F8E6
Tints of Aquamarine #88F8E6
RGB
CMYK
RGB Variations
Color information
#88F8E6 (or 0x88F8E6) is known color: Aquamarine. HEX triplet: 88, F8 and E6. RGB value is (136,248,230). Sum of RGB (Red+Green+Blue) = 136+248+230=614 (81% of max value = 765). Red value is 136 (53.52% from 255 or 22.15% from 614); Green value is 248 (97.27% from 255 or 40.39% from 614); Blue value is 230 (90.23% from 255 or 37.46% from 614); Max value from RGB is 248 - color contains mainly: green. Hex color #88F8E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88F8E6 is #770719. Grayscale: #D4D4D4. Windows color (decimal): -7800602 or 15136904. OLE color: 15136904.
HSL color Cylindrical-coordinate representation of color #88F8E6: hue angle of 170.36º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88F8E6 is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 136 | 248 | 230 | - |
| CMYK | 0.45 | 0 | 0.07 | 0.03 |
| HSL | 170.36º | 0.89% | 0.75% | - |
| HSV(B) | 170.36º | 0.45% | 0.97% | - |
| XYZ | 58 | 78.08 | 86.88 | - |
| YUV | 212.46 | 137.89 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 248 | 230 | 0.45 | 0 | 0.07 | 0.03 | 170.36 | 0.89 | 0.75 |
| Hex | 88 | F8 | E6 | 2D | 0 | 7 | 3 | AA | 59 | 4B |
| Octal | 210 | 370 | 346 | 55 | 0 | 7 | 3 | 252 | 131 | 113 |
| Binary | 10001000 | 11111000 | 11100110 | 101101 | 0 | 111 | 11 | 10101010 | 1011001 | 1001011 |
Color Harmonies of #88F8E6
Complementary color
Monochromatic Colors of #88F8E6
Black with #88F8E6
Text Example
Text Example
White with #88F8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F8E6; }
p { color: rgb(136,248,230); }
H1.HeaderClassName
{
color: #88F8E6;
}
.AnyTagClassName
{
color: #88F8E6;
}
</style>
background-color css
<style>
a { background-color: #88F8E6; }
a { background-color: rgb(136,248,230); }
div.DivClassName
{
background-color: #88F8E6;
}
.BgClassName
{
background-color: #88F8E6;
}
</style>
border-color css
<style>
span { border-color: #88F8E6; }
span { border-color: rgb(136,248,230); }
td.TdClassName
{
border-color: #88F8E6;
}
.TagClassName
{
border-color: #88F8E6;
}
</style>