Shades of Aquamarine #88FBD4
Tints of Aquamarine #88FBD4
RGB
CMYK
RGB Variations
Color information
#88FBD4 (or 0x88FBD4) is known color: Aquamarine. HEX triplet: 88, FB and D4. RGB value is (136,251,212). Sum of RGB (Red+Green+Blue) = 136+251+212=599 (79% of max value = 765). Red value is 136 (53.52% from 255 or 22.70% from 599); Green value is 251 (98.44% from 255 or 41.90% from 599); Blue value is 212 (83.20% from 255 or 35.39% from 599); Max value from RGB is 251 - color contains mainly: green. Hex color #88FBD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FBD4 is #77042B. Grayscale: #D4D4D4. Windows color (decimal): -7799852 or 13958024. OLE color: 13958024.
HSL color Cylindrical-coordinate representation of color #88FBD4: hue angle of 159.65º degrees, saturation: 0.93, 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 #88FBD4 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 251 | 212 | - |
| CMYK | 0.46 | 0 | 0.16 | 0.02 |
| HSL | 159.65º | 0.93% | 0.76% | - |
| HSV(B) | 159.65º | 0.46% | 0.98% | - |
| XYZ | 56.53 | 78.98 | 74.55 | - |
| YUV | 212.17 | 127.9 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 251 | 212 | 0.46 | 0 | 0.16 | 0.02 | 159.65 | 0.93 | 0.76 |
| Hex | 88 | FB | D4 | 2E | 0 | 10 | 2 | A0 | 5D | 4C |
| Octal | 210 | 373 | 324 | 56 | 0 | 20 | 2 | 240 | 135 | 114 |
| Binary | 10001000 | 11111011 | 11010100 | 101110 | 0 | 10000 | 10 | 10100000 | 1011101 | 1001100 |
Color Harmonies of #88FBD4
Complementary color
Monochromatic Colors of #88FBD4
Black with #88FBD4
Text Example
Text Example
White with #88FBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FBD4; }
p { color: rgb(136,251,212); }
H1.HeaderClassName
{
color: #88FBD4;
}
.AnyTagClassName
{
color: #88FBD4;
}
</style>
background-color css
<style>
a { background-color: #88FBD4; }
a { background-color: rgb(136,251,212); }
div.DivClassName
{
background-color: #88FBD4;
}
.BgClassName
{
background-color: #88FBD4;
}
</style>
border-color css
<style>
span { border-color: #88FBD4; }
span { border-color: rgb(136,251,212); }
td.TdClassName
{
border-color: #88FBD4;
}
.TagClassName
{
border-color: #88FBD4;
}
</style>