Shades of Aquamarine #88F3DF
Tints of Aquamarine #88F3DF
RGB
CMYK
RGB Variations
Color information
#88F3DF (or 0x88F3DF) is known color: Aquamarine. HEX triplet: 88, F3 and DF. RGB value is (136,243,223). Sum of RGB (Red+Green+Blue) = 136+243+223=602 (79% of max value = 765). Red value is 136 (53.52% from 255 or 22.59% from 602); Green value is 243 (95.31% from 255 or 40.37% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 243 - color contains mainly: green. Hex color #88F3DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F3DF is #770C20. Grayscale: #D0D0D0. Windows color (decimal): -7801889 or 14676872. OLE color: 14676872.
HSL color Cylindrical-coordinate representation of color #88F3DF: hue angle of 168.79º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88F3DF is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 243 | 223 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.05 |
| HSL | 168.79º | 0.82% | 0.74% | - |
| HSV(B) | 168.79º | 0.44% | 0.95% | - |
| XYZ | 55.52 | 74.66 | 81.3 | - |
| YUV | 208.73 | 136.05 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 243 | 223 | 0.44 | 0 | 0.08 | 0.05 | 168.79 | 0.82 | 0.74 |
| Hex | 88 | F3 | DF | 2C | 0 | 8 | 5 | A9 | 52 | 4A |
| Octal | 210 | 363 | 337 | 54 | 0 | 10 | 5 | 251 | 122 | 112 |
| Binary | 10001000 | 11110011 | 11011111 | 101100 | 0 | 1000 | 101 | 10101001 | 1010010 | 1001010 |
Color Harmonies of #88F3DF
Complementary color
Monochromatic Colors of #88F3DF
Black with #88F3DF
Text Example
Text Example
White with #88F3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F3DF; }
p { color: rgb(136,243,223); }
H1.HeaderClassName
{
color: #88F3DF;
}
.AnyTagClassName
{
color: #88F3DF;
}
</style>
background-color css
<style>
a { background-color: #88F3DF; }
a { background-color: rgb(136,243,223); }
div.DivClassName
{
background-color: #88F3DF;
}
.BgClassName
{
background-color: #88F3DF;
}
</style>
border-color css
<style>
span { border-color: #88F3DF; }
span { border-color: rgb(136,243,223); }
td.TdClassName
{
border-color: #88F3DF;
}
.TagClassName
{
border-color: #88F3DF;
}
</style>