Shades of Aquamarine #88FFC5
Tints of Aquamarine #88FFC5
RGB
CMYK
RGB Variations
Color information
#88FFC5 (or 0x88FFC5) is known color: Aquamarine. HEX triplet: 88, FF and C5. RGB value is (136,255,197). Sum of RGB (Red+Green+Blue) = 136+255+197=588 (77% of max value = 765). Red value is 136 (53.52% from 255 or 23.13% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #88FFC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FFC5 is #77003A. Grayscale: #D4D4D4. Windows color (decimal): -7798843 or 12976008. OLE color: 12976008.
HSL color Cylindrical-coordinate representation of color #88FFC5: hue angle of 150.76º 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 #88FFC5 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 255 | 197 | - |
| CMYK | 0.47 | 0 | 0.23 | 0 |
| HSL | 150.76º | 1% | 0.77% | - |
| HSV(B) | 150.76º | 0.47% | 1% | - |
| XYZ | 55.99 | 80.79 | 65.47 | - |
| YUV | 212.81 | 119.08 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 255 | 197 | 0.47 | 0 | 0.23 | 0 | 150.76 | 1 | 0.77 |
| Hex | 88 | FF | C5 | 2F | 0 | 17 | 0 | 97 | 64 | 4D |
| Octal | 210 | 377 | 305 | 57 | 0 | 27 | 0 | 227 | 144 | 115 |
| Binary | 10001000 | 11111111 | 11000101 | 101111 | 0 | 10111 | 0 | 10010111 | 1100100 | 1001101 |
Color Harmonies of #88FFC5
Complementary color
Monochromatic Colors of #88FFC5
Black with #88FFC5
Text Example
Text Example
White with #88FFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FFC5; }
p { color: rgb(136,255,197); }
H1.HeaderClassName
{
color: #88FFC5;
}
.AnyTagClassName
{
color: #88FFC5;
}
</style>
background-color css
<style>
a { background-color: #88FFC5; }
a { background-color: rgb(136,255,197); }
div.DivClassName
{
background-color: #88FFC5;
}
.BgClassName
{
background-color: #88FFC5;
}
</style>
border-color css
<style>
span { border-color: #88FFC5; }
span { border-color: rgb(136,255,197); }
td.TdClassName
{
border-color: #88FFC5;
}
.TagClassName
{
border-color: #88FFC5;
}
</style>