Shades of Aquamarine #88FDC9
Tints of Aquamarine #88FDC9
RGB
CMYK
RGB Variations
Color information
#88FDC9 (or 0x88FDC9) is known color: Aquamarine. HEX triplet: 88, FD and C9. RGB value is (136,253,201). Sum of RGB (Red+Green+Blue) = 136+253+201=590 (78% of max value = 765). Red value is 136 (53.52% from 255 or 23.05% from 590); Green value is 253 (99.22% from 255 or 42.88% from 590); Blue value is 201 (78.91% from 255 or 34.07% from 590); Max value from RGB is 253 - color contains mainly: green. Hex color #88FDC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FDC9 is #770236. Grayscale: #D4D4D4. Windows color (decimal): -7799351 or 13237640. OLE color: 13237640.
HSL color Cylindrical-coordinate representation of color #88FDC9: hue angle of 153.33º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88FDC9 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 253 | 201 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.01 |
| HSL | 153.33º | 0.97% | 0.76% | - |
| HSV(B) | 153.33º | 0.46% | 0.99% | - |
| XYZ | 55.82 | 79.7 | 67.7 | - |
| YUV | 212.09 | 121.74 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 253 | 201 | 0.46 | 0 | 0.21 | 0.01 | 153.33 | 0.97 | 0.76 |
| Hex | 88 | FD | C9 | 2E | 0 | 15 | 1 | 99 | 61 | 4C |
| Octal | 210 | 375 | 311 | 56 | 0 | 25 | 1 | 231 | 141 | 114 |
| Binary | 10001000 | 11111101 | 11001001 | 101110 | 0 | 10101 | 1 | 10011001 | 1100001 | 1001100 |
Color Harmonies of #88FDC9
Complementary color
Monochromatic Colors of #88FDC9
Black with #88FDC9
Text Example
Text Example
White with #88FDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FDC9; }
p { color: rgb(136,253,201); }
H1.HeaderClassName
{
color: #88FDC9;
}
.AnyTagClassName
{
color: #88FDC9;
}
</style>
background-color css
<style>
a { background-color: #88FDC9; }
a { background-color: rgb(136,253,201); }
div.DivClassName
{
background-color: #88FDC9;
}
.BgClassName
{
background-color: #88FDC9;
}
</style>
border-color css
<style>
span { border-color: #88FDC9; }
span { border-color: rgb(136,253,201); }
td.TdClassName
{
border-color: #88FDC9;
}
.TagClassName
{
border-color: #88FDC9;
}
</style>