Shades of Aquamarine #87FED3
Tints of Aquamarine #87FED3
RGB
CMYK
RGB Variations
Color information
#87FED3 (or 0x87FED3) is known color: Aquamarine. HEX triplet: 87, FE and D3. RGB value is (135,254,211). Sum of RGB (Red+Green+Blue) = 135+254+211=600 (79% of max value = 765). Red value is 135 (53.12% from 255 or 22.5% from 600); Green value is 254 (99.61% from 255 or 42.33% from 600); Blue value is 211 (82.81% from 255 or 35.17% from 600); Max value from RGB is 254 - color contains mainly: green. Hex color #87FED3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87FED3 is #78012C. Grayscale: #D5D5D5. Windows color (decimal): -7864621 or 13893255. OLE color: 13893255.
HSL color Cylindrical-coordinate representation of color #87FED3: hue angle of 158.32º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87FED3 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 135 | 254 | 211 | - |
| CMYK | 0.47 | 0 | 0.17 | 0.00 |
| HSL | 158.32º | 0.98% | 0.76% | - |
| HSV(B) | 158.32º | 0.47% | 1% | - |
| XYZ | 57.19 | 80.74 | 74.2 | - |
| YUV | 213.52 | 126.58 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 254 | 211 | 0.47 | 0 | 0.17 | 0.00 | 158.32 | 0.98 | 0.76 |
| Hex | 87 | FE | D3 | 2F | 0 | 11 | 0 | 9E | 62 | 4C |
| Octal | 207 | 376 | 323 | 57 | 0 | 21 | 0 | 236 | 142 | 114 |
| Binary | 10000111 | 11111110 | 11010011 | 101111 | 0 | 10001 | 0 | 10011110 | 1100010 | 1001100 |
Color Harmonies of #87FED3
Complementary color
Monochromatic Colors of #87FED3
Black with #87FED3
Text Example
Text Example
White with #87FED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87FED3; }
p { color: rgb(135,254,211); }
H1.HeaderClassName
{
color: #87FED3;
}
.AnyTagClassName
{
color: #87FED3;
}
</style>
background-color css
<style>
a { background-color: #87FED3; }
a { background-color: rgb(135,254,211); }
div.DivClassName
{
background-color: #87FED3;
}
.BgClassName
{
background-color: #87FED3;
}
</style>
border-color css
<style>
span { border-color: #87FED3; }
span { border-color: rgb(135,254,211); }
td.TdClassName
{
border-color: #87FED3;
}
.TagClassName
{
border-color: #87FED3;
}
</style>