Shades of Aquamarine #88F5CC
Tints of Aquamarine #88F5CC
RGB
CMYK
RGB Variations
Color information
#88F5CC (or 0x88F5CC) is known color: Aquamarine. HEX triplet: 88, F5 and CC. RGB value is (136,245,204). Sum of RGB (Red+Green+Blue) = 136+245+204=585 (77% of max value = 765). Red value is 136 (53.52% from 255 or 23.25% from 585); Green value is 245 (96.09% from 255 or 41.88% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 245 - color contains mainly: green. Hex color #88F5CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F5CC is #770A33. Grayscale: #CFCFCF. Windows color (decimal): -7801396 or 13432200. OLE color: 13432200.
HSL color Cylindrical-coordinate representation of color #88F5CC: hue angle of 157.43º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88F5CC is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 136 | 245 | 204 | - |
| CMYK | 0.44 | 0 | 0.17 | 0.04 |
| HSL | 157.43º | 0.84% | 0.75% | - |
| HSV(B) | 157.43º | 0.44% | 0.96% | - |
| XYZ | 53.7 | 74.9 | 68.75 | - |
| YUV | 207.74 | 125.89 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 245 | 204 | 0.44 | 0 | 0.17 | 0.04 | 157.43 | 0.84 | 0.75 |
| Hex | 88 | F5 | CC | 2C | 0 | 11 | 4 | 9D | 54 | 4B |
| Octal | 210 | 365 | 314 | 54 | 0 | 21 | 4 | 235 | 124 | 113 |
| Binary | 10001000 | 11110101 | 11001100 | 101100 | 0 | 10001 | 100 | 10011101 | 1010100 | 1001011 |
Color Harmonies of #88F5CC
Complementary color
Monochromatic Colors of #88F5CC
Black with #88F5CC
Text Example
Text Example
White with #88F5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F5CC; }
p { color: rgb(136,245,204); }
H1.HeaderClassName
{
color: #88F5CC;
}
.AnyTagClassName
{
color: #88F5CC;
}
</style>
background-color css
<style>
a { background-color: #88F5CC; }
a { background-color: rgb(136,245,204); }
div.DivClassName
{
background-color: #88F5CC;
}
.BgClassName
{
background-color: #88F5CC;
}
</style>
border-color css
<style>
span { border-color: #88F5CC; }
span { border-color: rgb(136,245,204); }
td.TdClassName
{
border-color: #88F5CC;
}
.TagClassName
{
border-color: #88F5CC;
}
</style>