Shades of Aquamarine #88F0C2
Tints of Aquamarine #88F0C2
RGB
CMYK
RGB Variations
Color information
#88F0C2 (or 0x88F0C2) is known color: Aquamarine. HEX triplet: 88, F0 and C2. RGB value is (136,240,194). Sum of RGB (Red+Green+Blue) = 136+240+194=570 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.86% from 570); Green value is 240 (94.14% from 255 or 42.11% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 240 - color contains mainly: green. Hex color #88F0C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F0C2 is #770F3D. Grayscale: #CBCBCB. Windows color (decimal): -7802686 or 12775560. OLE color: 12775560.
HSL color Cylindrical-coordinate representation of color #88F0C2: hue angle of 153.46º 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 #88F0C2 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 240 | 194 | - |
| CMYK | 0.43 | 0 | 0.19 | 0.06 |
| HSL | 153.46º | 0.78% | 0.74% | - |
| HSV(B) | 153.46º | 0.43% | 0.94% | - |
| XYZ | 51.05 | 71.45 | 62.14 | - |
| YUV | 203.66 | 122.54 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 240 | 194 | 0.43 | 0 | 0.19 | 0.06 | 153.46 | 0.78 | 0.74 |
| Hex | 88 | F0 | C2 | 2B | 0 | 13 | 6 | 99 | 4E | 4A |
| Octal | 210 | 360 | 302 | 53 | 0 | 23 | 6 | 231 | 116 | 112 |
| Binary | 10001000 | 11110000 | 11000010 | 101011 | 0 | 10011 | 110 | 10011001 | 1001110 | 1001010 |
Color Harmonies of #88F0C2
Complementary color
Monochromatic Colors of #88F0C2
Black with #88F0C2
Text Example
Text Example
White with #88F0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F0C2; }
p { color: rgb(136,240,194); }
H1.HeaderClassName
{
color: #88F0C2;
}
.AnyTagClassName
{
color: #88F0C2;
}
</style>
background-color css
<style>
a { background-color: #88F0C2; }
a { background-color: rgb(136,240,194); }
div.DivClassName
{
background-color: #88F0C2;
}
.BgClassName
{
background-color: #88F0C2;
}
</style>
border-color css
<style>
span { border-color: #88F0C2; }
span { border-color: rgb(136,240,194); }
td.TdClassName
{
border-color: #88F0C2;
}
.TagClassName
{
border-color: #88F0C2;
}
</style>