Shades of Aquamarine #88FFCB
Tints of Aquamarine #88FFCB
RGB
CMYK
RGB Variations
Color information
#88FFCB (or 0x88FFCB) is known color: Aquamarine. HEX triplet: 88, FF and CB. RGB value is (136,255,203). Sum of RGB (Red+Green+Blue) = 136+255+203=594 (78% of max value = 765). Red value is 136 (53.52% from 255 or 22.90% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #88FFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FFCB is #770034. Grayscale: #D5D5D5. Windows color (decimal): -7798837 or 13369224. OLE color: 13369224.
HSL color Cylindrical-coordinate representation of color #88FFCB: hue angle of 153.78º 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 #88FFCB is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 255 | 203 | - |
| CMYK | 0.47 | 0 | 0.20 | 0 |
| HSL | 153.78º | 1% | 0.77% | - |
| HSV(B) | 153.78º | 0.47% | 1% | - |
| XYZ | 56.69 | 81.07 | 69.16 | - |
| YUV | 213.49 | 122.08 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 255 | 203 | 0.47 | 0 | 0.20 | 0 | 153.78 | 1 | 0.77 |
| Hex | 88 | FF | CB | 2F | 0 | 14 | 0 | 9A | 64 | 4D |
| Octal | 210 | 377 | 313 | 57 | 0 | 24 | 0 | 232 | 144 | 115 |
| Binary | 10001000 | 11111111 | 11001011 | 101111 | 0 | 10100 | 0 | 10011010 | 1100100 | 1001101 |
Color Harmonies of #88FFCB
Complementary color
Monochromatic Colors of #88FFCB
Black with #88FFCB
Text Example
Text Example
White with #88FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FFCB; }
p { color: rgb(136,255,203); }
H1.HeaderClassName
{
color: #88FFCB;
}
.AnyTagClassName
{
color: #88FFCB;
}
</style>
background-color css
<style>
a { background-color: #88FFCB; }
a { background-color: rgb(136,255,203); }
div.DivClassName
{
background-color: #88FFCB;
}
.BgClassName
{
background-color: #88FFCB;
}
</style>
border-color css
<style>
span { border-color: #88FFCB; }
span { border-color: rgb(136,255,203); }
td.TdClassName
{
border-color: #88FFCB;
}
.TagClassName
{
border-color: #88FFCB;
}
</style>