Shades of Aquamarine #87EEC1
Tints of Aquamarine #87EEC1
RGB
CMYK
RGB Variations
Color information
#87EEC1 (or 0x87EEC1) is known color: Aquamarine. HEX triplet: 87, EE and C1. RGB value is (135,238,193). Sum of RGB (Red+Green+Blue) = 135+238+193=566 (74% of max value = 765). Red value is 135 (53.12% from 255 or 23.85% from 566); Green value is 238 (93.36% from 255 or 42.05% from 566); Blue value is 193 (75.78% from 255 or 34.10% from 566); Max value from RGB is 238 - color contains mainly: green. Hex color #87EEC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87EEC1 is #78113E. Grayscale: #CACACA. Windows color (decimal): -7868735 or 12709511. OLE color: 12709511.
HSL color Cylindrical-coordinate representation of color #87EEC1: hue angle of 153.79º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #87EEC1 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 238 | 193 | - |
| CMYK | 0.43 | 0 | 0.19 | 0.07 |
| HSL | 153.79º | 0.75% | 0.73% | - |
| HSV(B) | 153.79º | 0.43% | 0.93% | - |
| XYZ | 50.19 | 70.15 | 61.35 | - |
| YUV | 202.07 | 122.88 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 238 | 193 | 0.43 | 0 | 0.19 | 0.07 | 153.79 | 0.75 | 0.73 |
| Hex | 87 | EE | C1 | 2B | 0 | 13 | 7 | 9A | 4B | 49 |
| Octal | 207 | 356 | 301 | 53 | 0 | 23 | 7 | 232 | 113 | 111 |
| Binary | 10000111 | 11101110 | 11000001 | 101011 | 0 | 10011 | 111 | 10011010 | 1001011 | 1001001 |
Color Harmonies of #87EEC1
Complementary color
Monochromatic Colors of #87EEC1
Black with #87EEC1
Text Example
Text Example
White with #87EEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87EEC1; }
p { color: rgb(135,238,193); }
H1.HeaderClassName
{
color: #87EEC1;
}
.AnyTagClassName
{
color: #87EEC1;
}
</style>
background-color css
<style>
a { background-color: #87EEC1; }
a { background-color: rgb(135,238,193); }
div.DivClassName
{
background-color: #87EEC1;
}
.BgClassName
{
background-color: #87EEC1;
}
</style>
border-color css
<style>
span { border-color: #87EEC1; }
span { border-color: rgb(135,238,193); }
td.TdClassName
{
border-color: #87EEC1;
}
.TagClassName
{
border-color: #87EEC1;
}
</style>