Shades of Aquamarine #87F2D3
Tints of Aquamarine #87F2D3
RGB
CMYK
RGB Variations
Color information
#87F2D3 (or 0x87F2D3) is known color: Aquamarine. HEX triplet: 87, F2 and D3. RGB value is (135,242,211). Sum of RGB (Red+Green+Blue) = 135+242+211=588 (77% of max value = 765). Red value is 135 (53.12% from 255 or 22.96% from 588); Green value is 242 (94.92% from 255 or 41.16% from 588); Blue value is 211 (82.81% from 255 or 35.88% from 588); Max value from RGB is 242 - color contains mainly: green. Hex color #87F2D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87F2D3 is #780D2C. Grayscale: #CECECE. Windows color (decimal): -7867693 or 13890183. OLE color: 13890183.
HSL color Cylindrical-coordinate representation of color #87F2D3: hue angle of 162.62º degrees, saturation: 0.8, 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 #87F2D3 is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 135 | 242 | 211 | - |
| CMYK | 0.44 | 0 | 0.13 | 0.05 |
| HSL | 162.62º | 0.8% | 0.74% | - |
| HSV(B) | 162.62º | 0.44% | 0.95% | - |
| XYZ | 53.5 | 73.36 | 72.97 | - |
| YUV | 206.47 | 130.55 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 242 | 211 | 0.44 | 0 | 0.13 | 0.05 | 162.62 | 0.8 | 0.74 |
| Hex | 87 | F2 | D3 | 2C | 0 | D | 5 | A3 | 50 | 4A |
| Octal | 207 | 362 | 323 | 54 | 0 | 15 | 5 | 243 | 120 | 112 |
| Binary | 10000111 | 11110010 | 11010011 | 101100 | 0 | 1101 | 101 | 10100011 | 1010000 | 1001010 |
Color Harmonies of #87F2D3
Complementary color
Monochromatic Colors of #87F2D3
Black with #87F2D3
Text Example
Text Example
White with #87F2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87F2D3; }
p { color: rgb(135,242,211); }
H1.HeaderClassName
{
color: #87F2D3;
}
.AnyTagClassName
{
color: #87F2D3;
}
</style>
background-color css
<style>
a { background-color: #87F2D3; }
a { background-color: rgb(135,242,211); }
div.DivClassName
{
background-color: #87F2D3;
}
.BgClassName
{
background-color: #87F2D3;
}
</style>
border-color css
<style>
span { border-color: #87F2D3; }
span { border-color: rgb(135,242,211); }
td.TdClassName
{
border-color: #87F2D3;
}
.TagClassName
{
border-color: #87F2D3;
}
</style>