Shades of Aquamarine #88FAC2
Tints of Aquamarine #88FAC2
RGB
CMYK
RGB Variations
Color information
#88FAC2 (or 0x88FAC2) is known color: Aquamarine. HEX triplet: 88, FA and C2. RGB value is (136,250,194). Sum of RGB (Red+Green+Blue) = 136+250+194=580 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.45% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 194 (76.17% from 255 or 33.45% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #88FAC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FAC2 is #77053D. Grayscale: #D1D1D1. Windows color (decimal): -7800126 or 12778120. OLE color: 12778120.
HSL color Cylindrical-coordinate representation of color #88FAC2: hue angle of 150.53º 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 #88FAC2 is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 250 | 194 | - |
| CMYK | 0.46 | 0 | 0.22 | 0.02 |
| HSL | 150.53º | 0.92% | 0.76% | - |
| HSV(B) | 150.53º | 0.46% | 0.98% | - |
| XYZ | 54.08 | 77.5 | 63.15 | - |
| YUV | 209.53 | 119.23 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 250 | 194 | 0.46 | 0 | 0.22 | 0.02 | 150.53 | 0.92 | 0.76 |
| Hex | 88 | FA | C2 | 2E | 0 | 16 | 2 | 97 | 5C | 4C |
| Octal | 210 | 372 | 302 | 56 | 0 | 26 | 2 | 227 | 134 | 114 |
| Binary | 10001000 | 11111010 | 11000010 | 101110 | 0 | 10110 | 10 | 10010111 | 1011100 | 1001100 |
Color Harmonies of #88FAC2
Complementary color
Monochromatic Colors of #88FAC2
Black with #88FAC2
Text Example
Text Example
White with #88FAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FAC2; }
p { color: rgb(136,250,194); }
H1.HeaderClassName
{
color: #88FAC2;
}
.AnyTagClassName
{
color: #88FAC2;
}
</style>
background-color css
<style>
a { background-color: #88FAC2; }
a { background-color: rgb(136,250,194); }
div.DivClassName
{
background-color: #88FAC2;
}
.BgClassName
{
background-color: #88FAC2;
}
</style>
border-color css
<style>
span { border-color: #88FAC2; }
span { border-color: rgb(136,250,194); }
td.TdClassName
{
border-color: #88FAC2;
}
.TagClassName
{
border-color: #88FAC2;
}
</style>