Shades of Aquamarine #88FECF
Tints of Aquamarine #88FECF
RGB
CMYK
RGB Variations
Color information
#88FECF (or 0x88FECF) is known color: Aquamarine. HEX triplet: 88, FE and CF. RGB value is (136,254,207). Sum of RGB (Red+Green+Blue) = 136+254+207=597 (79% of max value = 765). Red value is 136 (53.52% from 255 or 22.78% from 597); Green value is 254 (99.61% from 255 or 42.55% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 254 - color contains mainly: green. Hex color #88FECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FECF is #770130. Grayscale: #D5D5D5. Windows color (decimal): -7799089 or 13631112. OLE color: 13631112.
HSL color Cylindrical-coordinate representation of color #88FECF: hue angle of 156.1º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88FECF is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 254 | 207 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.00 |
| HSL | 156.1º | 0.98% | 0.76% | - |
| HSV(B) | 156.1º | 0.46% | 1% | - |
| XYZ | 56.86 | 80.62 | 71.6 | - |
| YUV | 213.36 | 124.41 | 72.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 254 | 207 | 0.46 | 0 | 0.19 | 0.00 | 156.1 | 0.98 | 0.76 |
| Hex | 88 | FE | CF | 2E | 0 | 13 | 0 | 9C | 62 | 4C |
| Octal | 210 | 376 | 317 | 56 | 0 | 23 | 0 | 234 | 142 | 114 |
| Binary | 10001000 | 11111110 | 11001111 | 101110 | 0 | 10011 | 0 | 10011100 | 1100010 | 1001100 |
Color Harmonies of #88FECF
Complementary color
Monochromatic Colors of #88FECF
Black with #88FECF
Text Example
Text Example
White with #88FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FECF; }
p { color: rgb(136,254,207); }
H1.HeaderClassName
{
color: #88FECF;
}
.AnyTagClassName
{
color: #88FECF;
}
</style>
background-color css
<style>
a { background-color: #88FECF; }
a { background-color: rgb(136,254,207); }
div.DivClassName
{
background-color: #88FECF;
}
.BgClassName
{
background-color: #88FECF;
}
</style>
border-color css
<style>
span { border-color: #88FECF; }
span { border-color: rgb(136,254,207); }
td.TdClassName
{
border-color: #88FECF;
}
.TagClassName
{
border-color: #88FECF;
}
</style>