Shades of Aquamarine #88FEC2
Tints of Aquamarine #88FEC2
RGB
CMYK
RGB Variations
Color information
#88FEC2 (or 0x88FEC2) is known color: Aquamarine. HEX triplet: 88, FE and C2. RGB value is (136,254,194). Sum of RGB (Red+Green+Blue) = 136+254+194=584 (77% of max value = 765). Red value is 136 (53.52% from 255 or 23.29% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 194 (76.17% from 255 or 33.22% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #88FEC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FEC2 is #77013D. Grayscale: #D3D3D3. Windows color (decimal): -7799102 or 12779144. OLE color: 12779144.
HSL color Cylindrical-coordinate representation of color #88FEC2: hue angle of 149.49º 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 #88FEC2 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 254 | 194 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.00 |
| HSL | 149.49º | 0.98% | 0.76% | - |
| HSV(B) | 149.49º | 0.46% | 1% | - |
| XYZ | 55.33 | 80.01 | 63.57 | - |
| YUV | 211.88 | 117.91 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 254 | 194 | 0.46 | 0 | 0.24 | 0.00 | 149.49 | 0.98 | 0.76 |
| Hex | 88 | FE | C2 | 2E | 0 | 18 | 0 | 95 | 62 | 4C |
| Octal | 210 | 376 | 302 | 56 | 0 | 30 | 0 | 225 | 142 | 114 |
| Binary | 10001000 | 11111110 | 11000010 | 101110 | 0 | 11000 | 0 | 10010101 | 1100010 | 1001100 |
Color Harmonies of #88FEC2
Complementary color
Monochromatic Colors of #88FEC2
Black with #88FEC2
Text Example
Text Example
White with #88FEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FEC2; }
p { color: rgb(136,254,194); }
H1.HeaderClassName
{
color: #88FEC2;
}
.AnyTagClassName
{
color: #88FEC2;
}
</style>
background-color css
<style>
a { background-color: #88FEC2; }
a { background-color: rgb(136,254,194); }
div.DivClassName
{
background-color: #88FEC2;
}
.BgClassName
{
background-color: #88FEC2;
}
</style>
border-color css
<style>
span { border-color: #88FEC2; }
span { border-color: rgb(136,254,194); }
td.TdClassName
{
border-color: #88FEC2;
}
.TagClassName
{
border-color: #88FEC2;
}
</style>