Shades of Aquamarine #88FFCD
Tints of Aquamarine #88FFCD
RGB
CMYK
RGB Variations
Color information
#88FFCD (or 0x88FFCD) is known color: Aquamarine. HEX triplet: 88, FF and CD. RGB value is (136,255,205). Sum of RGB (Red+Green+Blue) = 136+255+205=596 (78% of max value = 765). Red value is 136 (53.52% from 255 or 22.82% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 255 - color contains mainly: green. Hex color #88FFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FFCD is #770032. Grayscale: #D5D5D5. Windows color (decimal): -7798835 or 13500296. OLE color: 13500296.
HSL color Cylindrical-coordinate representation of color #88FFCD: hue angle of 154.79º 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 #88FFCD is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 255 | 205 | - |
| CMYK | 0.47 | 0 | 0.20 | 0 |
| HSL | 154.79º | 1% | 0.77% | - |
| HSV(B) | 154.79º | 0.47% | 1% | - |
| XYZ | 56.93 | 81.16 | 70.42 | - |
| YUV | 213.72 | 123.08 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 255 | 205 | 0.47 | 0 | 0.20 | 0 | 154.79 | 1 | 0.77 |
| Hex | 88 | FF | CD | 2F | 0 | 14 | 0 | 9B | 64 | 4D |
| Octal | 210 | 377 | 315 | 57 | 0 | 24 | 0 | 233 | 144 | 115 |
| Binary | 10001000 | 11111111 | 11001101 | 101111 | 0 | 10100 | 0 | 10011011 | 1100100 | 1001101 |
Color Harmonies of #88FFCD
Complementary color
Monochromatic Colors of #88FFCD
Black with #88FFCD
Text Example
Text Example
White with #88FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FFCD; }
p { color: rgb(136,255,205); }
H1.HeaderClassName
{
color: #88FFCD;
}
.AnyTagClassName
{
color: #88FFCD;
}
</style>
background-color css
<style>
a { background-color: #88FFCD; }
a { background-color: rgb(136,255,205); }
div.DivClassName
{
background-color: #88FFCD;
}
.BgClassName
{
background-color: #88FFCD;
}
</style>
border-color css
<style>
span { border-color: #88FFCD; }
span { border-color: rgb(136,255,205); }
td.TdClassName
{
border-color: #88FFCD;
}
.TagClassName
{
border-color: #88FFCD;
}
</style>