Shades of Aquamarine #88EFD5
Tints of Aquamarine #88EFD5
RGB
CMYK
RGB Variations
Color information
#88EFD5 (or 0x88EFD5) is known color: Aquamarine. HEX triplet: 88, EF and D5. RGB value is (136,239,213). Sum of RGB (Red+Green+Blue) = 136+239+213=588 (77% of max value = 765). Red value is 136 (53.52% from 255 or 23.13% from 588); Green value is 239 (93.75% from 255 or 40.65% from 588); Blue value is 213 (83.59% from 255 or 36.22% from 588); Max value from RGB is 239 - color contains mainly: green. Hex color #88EFD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88EFD5 is #77102A. Grayscale: #CDCDCD. Windows color (decimal): -7802923 or 14020488. OLE color: 14020488.
HSL color Cylindrical-coordinate representation of color #88EFD5: hue angle of 164.85º degrees, saturation: 0.76, 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 #88EFD5 is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 239 | 213 | - |
| CMYK | 0.43 | 0 | 0.11 | 0.06 |
| HSL | 164.85º | 0.76% | 0.74% | - |
| HSV(B) | 164.85º | 0.43% | 0.94% | - |
| XYZ | 53.03 | 71.77 | 74.01 | - |
| YUV | 205.24 | 132.38 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 239 | 213 | 0.43 | 0 | 0.11 | 0.06 | 164.85 | 0.76 | 0.74 |
| Hex | 88 | EF | D5 | 2B | 0 | B | 6 | A5 | 4C | 4A |
| Octal | 210 | 357 | 325 | 53 | 0 | 13 | 6 | 245 | 114 | 112 |
| Binary | 10001000 | 11101111 | 11010101 | 101011 | 0 | 1011 | 110 | 10100101 | 1001100 | 1001010 |
Color Harmonies of #88EFD5
Complementary color
Monochromatic Colors of #88EFD5
Black with #88EFD5
Text Example
Text Example
White with #88EFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88EFD5; }
p { color: rgb(136,239,213); }
H1.HeaderClassName
{
color: #88EFD5;
}
.AnyTagClassName
{
color: #88EFD5;
}
</style>
background-color css
<style>
a { background-color: #88EFD5; }
a { background-color: rgb(136,239,213); }
div.DivClassName
{
background-color: #88EFD5;
}
.BgClassName
{
background-color: #88EFD5;
}
</style>
border-color css
<style>
span { border-color: #88EFD5; }
span { border-color: rgb(136,239,213); }
td.TdClassName
{
border-color: #88EFD5;
}
.TagClassName
{
border-color: #88EFD5;
}
</style>