Shades of Aquamarine #88FAC4
Tints of Aquamarine #88FAC4
RGB
CMYK
RGB Variations
Color information
#88FAC4 (or 0x88FAC4) is known color: Aquamarine. HEX triplet: 88, FA and C4. RGB value is (136,250,196). Sum of RGB (Red+Green+Blue) = 136+250+196=582 (77% of max value = 765). Red value is 136 (53.52% from 255 or 23.37% from 582); Green value is 250 (98.05% from 255 or 42.96% from 582); Blue value is 196 (76.95% from 255 or 33.68% from 582); Max value from RGB is 250 - color contains mainly: green. Hex color #88FAC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FAC4 is #77053B. Grayscale: #D1D1D1. Windows color (decimal): -7800124 or 12909192. OLE color: 12909192.
HSL color Cylindrical-coordinate representation of color #88FAC4: hue angle of 151.58º 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 #88FAC4 is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 250 | 196 | - |
| CMYK | 0.46 | 0 | 0.22 | 0.02 |
| HSL | 151.58º | 0.92% | 0.76% | - |
| HSV(B) | 151.58º | 0.46% | 0.98% | - |
| XYZ | 54.3 | 77.59 | 64.34 | - |
| YUV | 209.76 | 120.23 | 75.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 250 | 196 | 0.46 | 0 | 0.22 | 0.02 | 151.58 | 0.92 | 0.76 |
| Hex | 88 | FA | C4 | 2E | 0 | 16 | 2 | 98 | 5C | 4C |
| Octal | 210 | 372 | 304 | 56 | 0 | 26 | 2 | 230 | 134 | 114 |
| Binary | 10001000 | 11111010 | 11000100 | 101110 | 0 | 10110 | 10 | 10011000 | 1011100 | 1001100 |
Color Harmonies of #88FAC4
Complementary color
Monochromatic Colors of #88FAC4
Black with #88FAC4
Text Example
Text Example
White with #88FAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FAC4; }
p { color: rgb(136,250,196); }
H1.HeaderClassName
{
color: #88FAC4;
}
.AnyTagClassName
{
color: #88FAC4;
}
</style>
background-color css
<style>
a { background-color: #88FAC4; }
a { background-color: rgb(136,250,196); }
div.DivClassName
{
background-color: #88FAC4;
}
.BgClassName
{
background-color: #88FAC4;
}
</style>
border-color css
<style>
span { border-color: #88FAC4; }
span { border-color: rgb(136,250,196); }
td.TdClassName
{
border-color: #88FAC4;
}
.TagClassName
{
border-color: #88FAC4;
}
</style>