Shades of Aquamarine #87F3C8
Tints of Aquamarine #87F3C8
RGB
CMYK
RGB Variations
Color information
#87F3C8 (or 0x87F3C8) is known color: Aquamarine. HEX triplet: 87, F3 and C8. RGB value is (135,243,200). Sum of RGB (Red+Green+Blue) = 135+243+200=578 (76% of max value = 765). Red value is 135 (53.12% from 255 or 23.36% from 578); Green value is 243 (95.31% from 255 or 42.04% from 578); Blue value is 200 (78.52% from 255 or 34.60% from 578); Max value from RGB is 243 - color contains mainly: green. Hex color #87F3C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87F3C8 is #780C37. Grayscale: #CDCDCD. Windows color (decimal): -7867448 or 13169543. OLE color: 13169543.
HSL color Cylindrical-coordinate representation of color #87F3C8: hue angle of 156.11º 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 #87F3C8 is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 135 | 243 | 200 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.05 |
| HSL | 156.11º | 0.82% | 0.74% | - |
| HSV(B) | 156.11º | 0.44% | 0.95% | - |
| XYZ | 52.47 | 73.42 | 66.05 | - |
| YUV | 205.81 | 124.72 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 243 | 200 | 0.44 | 0 | 0.18 | 0.05 | 156.11 | 0.82 | 0.74 |
| Hex | 87 | F3 | C8 | 2C | 0 | 12 | 5 | 9C | 52 | 4A |
| Octal | 207 | 363 | 310 | 54 | 0 | 22 | 5 | 234 | 122 | 112 |
| Binary | 10000111 | 11110011 | 11001000 | 101100 | 0 | 10010 | 101 | 10011100 | 1010010 | 1001010 |
Color Harmonies of #87F3C8
Complementary color
Monochromatic Colors of #87F3C8
Black with #87F3C8
Text Example
Text Example
White with #87F3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87F3C8; }
p { color: rgb(135,243,200); }
H1.HeaderClassName
{
color: #87F3C8;
}
.AnyTagClassName
{
color: #87F3C8;
}
</style>
background-color css
<style>
a { background-color: #87F3C8; }
a { background-color: rgb(135,243,200); }
div.DivClassName
{
background-color: #87F3C8;
}
.BgClassName
{
background-color: #87F3C8;
}
</style>
border-color css
<style>
span { border-color: #87F3C8; }
span { border-color: rgb(135,243,200); }
td.TdClassName
{
border-color: #87F3C8;
}
.TagClassName
{
border-color: #87F3C8;
}
</style>