Shades of Aquamarine #88F0CE
Tints of Aquamarine #88F0CE
RGB
CMYK
RGB Variations
Color information
#88F0CE (or 0x88F0CE) is known color: Aquamarine. HEX triplet: 88, F0 and CE. RGB value is (136,240,206). Sum of RGB (Red+Green+Blue) = 136+240+206=582 (77% of max value = 765). Red value is 136 (53.52% from 255 or 23.37% from 582); Green value is 240 (94.14% from 255 or 41.24% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 240 - color contains mainly: green. Hex color #88F0CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F0CE is #770F31. Grayscale: #CDCDCD. Windows color (decimal): -7802674 or 13561992. OLE color: 13561992.
HSL color Cylindrical-coordinate representation of color #88F0CE: hue angle of 160.38º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88F0CE is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 240 | 206 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.06 |
| HSL | 160.38º | 0.78% | 0.74% | - |
| HSV(B) | 160.38º | 0.43% | 0.94% | - |
| XYZ | 52.45 | 72.01 | 69.53 | - |
| YUV | 205.03 | 128.54 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 240 | 206 | 0.43 | 0 | 0.14 | 0.06 | 160.38 | 0.78 | 0.74 |
| Hex | 88 | F0 | CE | 2B | 0 | E | 6 | A0 | 4E | 4A |
| Octal | 210 | 360 | 316 | 53 | 0 | 16 | 6 | 240 | 116 | 112 |
| Binary | 10001000 | 11110000 | 11001110 | 101011 | 0 | 1110 | 110 | 10100000 | 1001110 | 1001010 |
Color Harmonies of #88F0CE
Complementary color
Monochromatic Colors of #88F0CE
Black with #88F0CE
Text Example
Text Example
White with #88F0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F0CE; }
p { color: rgb(136,240,206); }
H1.HeaderClassName
{
color: #88F0CE;
}
.AnyTagClassName
{
color: #88F0CE;
}
</style>
background-color css
<style>
a { background-color: #88F0CE; }
a { background-color: rgb(136,240,206); }
div.DivClassName
{
background-color: #88F0CE;
}
.BgClassName
{
background-color: #88F0CE;
}
</style>
border-color css
<style>
span { border-color: #88F0CE; }
span { border-color: rgb(136,240,206); }
td.TdClassName
{
border-color: #88F0CE;
}
.TagClassName
{
border-color: #88F0CE;
}
</style>