Shades of Aquamarine #88F6C9
Tints of Aquamarine #88F6C9
RGB
CMYK
RGB Variations
Color information
#88F6C9 (or 0x88F6C9) is known color: Aquamarine. HEX triplet: 88, F6 and C9. RGB value is (136,246,201). Sum of RGB (Red+Green+Blue) = 136+246+201=583 (77% of max value = 765). Red value is 136 (53.52% from 255 or 23.33% from 583); Green value is 246 (96.48% from 255 or 42.20% from 583); Blue value is 201 (78.91% from 255 or 34.48% from 583); Max value from RGB is 246 - color contains mainly: green. Hex color #88F6C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F6C9 is #770936. Grayscale: #D0D0D0. Windows color (decimal): -7801143 or 13235848. OLE color: 13235848.
HSL color Cylindrical-coordinate representation of color #88F6C9: hue angle of 155.45º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88F6C9 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 136 | 246 | 201 | - |
| CMYK | 0.45 | 0 | 0.18 | 0.04 |
| HSL | 155.45º | 0.86% | 0.75% | - |
| HSV(B) | 155.45º | 0.45% | 0.96% | - |
| XYZ | 53.65 | 75.36 | 66.98 | - |
| YUV | 207.98 | 124.06 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 246 | 201 | 0.45 | 0 | 0.18 | 0.04 | 155.45 | 0.86 | 0.75 |
| Hex | 88 | F6 | C9 | 2D | 0 | 12 | 4 | 9B | 56 | 4B |
| Octal | 210 | 366 | 311 | 55 | 0 | 22 | 4 | 233 | 126 | 113 |
| Binary | 10001000 | 11110110 | 11001001 | 101101 | 0 | 10010 | 100 | 10011011 | 1010110 | 1001011 |
Color Harmonies of #88F6C9
Complementary color
Monochromatic Colors of #88F6C9
Black with #88F6C9
Text Example
Text Example
White with #88F6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F6C9; }
p { color: rgb(136,246,201); }
H1.HeaderClassName
{
color: #88F6C9;
}
.AnyTagClassName
{
color: #88F6C9;
}
</style>
background-color css
<style>
a { background-color: #88F6C9; }
a { background-color: rgb(136,246,201); }
div.DivClassName
{
background-color: #88F6C9;
}
.BgClassName
{
background-color: #88F6C9;
}
</style>
border-color css
<style>
span { border-color: #88F6C9; }
span { border-color: rgb(136,246,201); }
td.TdClassName
{
border-color: #88F6C9;
}
.TagClassName
{
border-color: #88F6C9;
}
</style>