Shades of Aquamarine #87EFCA
Tints of Aquamarine #87EFCA
RGB
CMYK
RGB Variations
Color information
#87EFCA (or 0x87EFCA) is known color: Aquamarine. HEX triplet: 87, EF and CA. RGB value is (135,239,202). Sum of RGB (Red+Green+Blue) = 135+239+202=576 (76% of max value = 765). Red value is 135 (53.12% from 255 or 23.44% from 576); Green value is 239 (93.75% from 255 or 41.49% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 239 - color contains mainly: green. Hex color #87EFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87EFCA is #781035. Grayscale: #CBCBCB. Windows color (decimal): -7868470 or 13299591. OLE color: 13299591.
HSL color Cylindrical-coordinate representation of color #87EFCA: hue angle of 158.65º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87EFCA is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 135 | 239 | 202 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.06 |
| HSL | 158.65º | 0.76% | 0.73% | - |
| HSV(B) | 158.65º | 0.44% | 0.94% | - |
| XYZ | 51.52 | 71.15 | 66.89 | - |
| YUV | 203.69 | 127.04 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 239 | 202 | 0.44 | 0 | 0.15 | 0.06 | 158.65 | 0.76 | 0.73 |
| Hex | 87 | EF | CA | 2C | 0 | F | 6 | 9F | 4C | 49 |
| Octal | 207 | 357 | 312 | 54 | 0 | 17 | 6 | 237 | 114 | 111 |
| Binary | 10000111 | 11101111 | 11001010 | 101100 | 0 | 1111 | 110 | 10011111 | 1001100 | 1001001 |
Color Harmonies of #87EFCA
Complementary color
Monochromatic Colors of #87EFCA
Black with #87EFCA
Text Example
Text Example
White with #87EFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87EFCA; }
p { color: rgb(135,239,202); }
H1.HeaderClassName
{
color: #87EFCA;
}
.AnyTagClassName
{
color: #87EFCA;
}
</style>
background-color css
<style>
a { background-color: #87EFCA; }
a { background-color: rgb(135,239,202); }
div.DivClassName
{
background-color: #87EFCA;
}
.BgClassName
{
background-color: #87EFCA;
}
</style>
border-color css
<style>
span { border-color: #87EFCA; }
span { border-color: rgb(135,239,202); }
td.TdClassName
{
border-color: #87EFCA;
}
.TagClassName
{
border-color: #87EFCA;
}
</style>