Shades of Aquamarine #88F9C4
Tints of Aquamarine #88F9C4
RGB
CMYK
RGB Variations
Color information
#88F9C4 (or 0x88F9C4) is known color: Aquamarine. HEX triplet: 88, F9 and C4. RGB value is (136,249,196). Sum of RGB (Red+Green+Blue) = 136+249+196=581 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.41% from 581); Green value is 249 (97.66% from 255 or 42.86% from 581); Blue value is 196 (76.95% from 255 or 33.73% from 581); Max value from RGB is 249 - color contains mainly: green. Hex color #88F9C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F9C4 is #77063B. Grayscale: #D1D1D1. Windows color (decimal): -7800380 or 12908936. OLE color: 12908936.
HSL color Cylindrical-coordinate representation of color #88F9C4: hue angle of 151.86º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88F9C4 is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 249 | 196 | - |
| CMYK | 0.45 | 0 | 0.21 | 0.02 |
| HSL | 151.86º | 0.9% | 0.75% | - |
| HSV(B) | 151.86º | 0.45% | 0.98% | - |
| XYZ | 53.99 | 76.97 | 64.24 | - |
| YUV | 209.17 | 120.56 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 249 | 196 | 0.45 | 0 | 0.21 | 0.02 | 151.86 | 0.9 | 0.75 |
| Hex | 88 | F9 | C4 | 2D | 0 | 15 | 2 | 98 | 5A | 4B |
| Octal | 210 | 371 | 304 | 55 | 0 | 25 | 2 | 230 | 132 | 113 |
| Binary | 10001000 | 11111001 | 11000100 | 101101 | 0 | 10101 | 10 | 10011000 | 1011010 | 1001011 |
Color Harmonies of #88F9C4
Complementary color
Monochromatic Colors of #88F9C4
Black with #88F9C4
Text Example
Text Example
White with #88F9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F9C4; }
p { color: rgb(136,249,196); }
H1.HeaderClassName
{
color: #88F9C4;
}
.AnyTagClassName
{
color: #88F9C4;
}
</style>
background-color css
<style>
a { background-color: #88F9C4; }
a { background-color: rgb(136,249,196); }
div.DivClassName
{
background-color: #88F9C4;
}
.BgClassName
{
background-color: #88F9C4;
}
</style>
border-color css
<style>
span { border-color: #88F9C4; }
span { border-color: rgb(136,249,196); }
td.TdClassName
{
border-color: #88F9C4;
}
.TagClassName
{
border-color: #88F9C4;
}
</style>