Shades of Aquamarine #87F3C1
Tints of Aquamarine #87F3C1
RGB
CMYK
RGB Variations
Color information
#87F3C1 (or 0x87F3C1) is known color: Aquamarine. HEX triplet: 87, F3 and C1. RGB value is (135,243,193). Sum of RGB (Red+Green+Blue) = 135+243+193=571 (75% of max value = 765). Red value is 135 (53.12% from 255 or 23.64% from 571); Green value is 243 (95.31% from 255 or 42.56% from 571); Blue value is 193 (75.78% from 255 or 33.80% from 571); Max value from RGB is 243 - color contains mainly: green. Hex color #87F3C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87F3C1 is #780C3E. Grayscale: #CDCDCD. Windows color (decimal): -7867455 or 12710791. OLE color: 12710791.
HSL color Cylindrical-coordinate representation of color #87F3C1: hue angle of 152.22º 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 #87F3C1 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 135 | 243 | 193 | - |
| CMYK | 0.44 | 0 | 0.21 | 0.05 |
| HSL | 152.22º | 0.82% | 0.74% | - |
| HSV(B) | 152.22º | 0.44% | 0.95% | - |
| XYZ | 51.67 | 73.1 | 61.84 | - |
| YUV | 205.01 | 121.22 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 243 | 193 | 0.44 | 0 | 0.21 | 0.05 | 152.22 | 0.82 | 0.74 |
| Hex | 87 | F3 | C1 | 2C | 0 | 15 | 5 | 98 | 52 | 4A |
| Octal | 207 | 363 | 301 | 54 | 0 | 25 | 5 | 230 | 122 | 112 |
| Binary | 10000111 | 11110011 | 11000001 | 101100 | 0 | 10101 | 101 | 10011000 | 1010010 | 1001010 |
Color Harmonies of #87F3C1
Complementary color
Monochromatic Colors of #87F3C1
Black with #87F3C1
Text Example
Text Example
White with #87F3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87F3C1; }
p { color: rgb(135,243,193); }
H1.HeaderClassName
{
color: #87F3C1;
}
.AnyTagClassName
{
color: #87F3C1;
}
</style>
background-color css
<style>
a { background-color: #87F3C1; }
a { background-color: rgb(135,243,193); }
div.DivClassName
{
background-color: #87F3C1;
}
.BgClassName
{
background-color: #87F3C1;
}
</style>
border-color css
<style>
span { border-color: #87F3C1; }
span { border-color: rgb(135,243,193); }
td.TdClassName
{
border-color: #87F3C1;
}
.TagClassName
{
border-color: #87F3C1;
}
</style>