Shades of Aquamarine #88FADE
Tints of Aquamarine #88FADE
RGB
CMYK
RGB Variations
Color information
#88FADE (or 0x88FADE) is known color: Aquamarine. HEX triplet: 88, FA and DE. RGB value is (136,250,222). Sum of RGB (Red+Green+Blue) = 136+250+222=608 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.37% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #88FADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FADE is #770521. Grayscale: #D4D4D4. Windows color (decimal): -7800098 or 14613128. OLE color: 14613128.
HSL color Cylindrical-coordinate representation of color #88FADE: hue angle of 165.26º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88FADE is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 250 | 222 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.02 |
| HSL | 165.26º | 0.92% | 0.76% | - |
| HSV(B) | 165.26º | 0.46% | 0.98% | - |
| XYZ | 57.52 | 78.88 | 81.3 | - |
| YUV | 212.72 | 133.23 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 250 | 222 | 0.46 | 0 | 0.11 | 0.02 | 165.26 | 0.92 | 0.76 |
| Hex | 88 | FA | DE | 2E | 0 | B | 2 | A5 | 5C | 4C |
| Octal | 210 | 372 | 336 | 56 | 0 | 13 | 2 | 245 | 134 | 114 |
| Binary | 10001000 | 11111010 | 11011110 | 101110 | 0 | 1011 | 10 | 10100101 | 1011100 | 1001100 |
Color Harmonies of #88FADE
Complementary color
Monochromatic Colors of #88FADE
Black with #88FADE
Text Example
Text Example
White with #88FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FADE; }
p { color: rgb(136,250,222); }
H1.HeaderClassName
{
color: #88FADE;
}
.AnyTagClassName
{
color: #88FADE;
}
</style>
background-color css
<style>
a { background-color: #88FADE; }
a { background-color: rgb(136,250,222); }
div.DivClassName
{
background-color: #88FADE;
}
.BgClassName
{
background-color: #88FADE;
}
</style>
border-color css
<style>
span { border-color: #88FADE; }
span { border-color: rgb(136,250,222); }
td.TdClassName
{
border-color: #88FADE;
}
.TagClassName
{
border-color: #88FADE;
}
</style>