Shades of Aquamarine #87F5E3
Tints of Aquamarine #87F5E3
RGB
CMYK
RGB Variations
Color information
#87F5E3 (or 0x87F5E3) is known color: Aquamarine. HEX triplet: 87, F5 and E3. RGB value is (135,245,227). Sum of RGB (Red+Green+Blue) = 135+245+227=607 (80% of max value = 765). Red value is 135 (53.12% from 255 or 22.24% from 607); Green value is 245 (96.09% from 255 or 40.36% from 607); Blue value is 227 (89.06% from 255 or 37.40% from 607); Max value from RGB is 245 - color contains mainly: green. Hex color #87F5E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87F5E3 is #780A1C. Grayscale: #D2D2D2. Windows color (decimal): -7866909 or 14939527. OLE color: 14939527.
HSL color Cylindrical-coordinate representation of color #87F5E3: hue angle of 170.18º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #87F5E3 is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
RGB | 135 | 245 | 227 | - |
CMYK | 0.45 | 0 | 0.07 | 0.04 |
HSL | 170.18º | 0.85% | 0.75% | - |
HSV(B) | 170.18º | 0.45% | 0.96% | - |
XYZ | 56.51 | 76 | 84.36 | - |
YUV | 210.06 | 137.56 | 74.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 135 | 245 | 227 | 0.45 | 0 | 0.07 | 0.04 | 170.18 | 0.85 | 0.75 |
Hex | 87 | F5 | E3 | 2D | 0 | 7 | 4 | AA | 55 | 4B |
Octal | 207 | 365 | 343 | 55 | 0 | 7 | 4 | 252 | 125 | 113 |
Binary | 10000111 | 11110101 | 11100011 | 101101 | 0 | 111 | 100 | 10101010 | 1010101 | 1001011 |
Color Harmonies of #87F5E3
Complementary color
Monochromatic Colors of #87F5E3
Black with #87F5E3
Text Example
Text Example
White with #87F5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87F5E3; }
p { color: rgb(135,245,227); }
H1.HeaderClassName
{
color: #87F5E3;
}
.AnyTagClassName
{
color: #87F5E3;
}
</style>
background-color css
<style>
a { background-color: #87F5E3; }
a { background-color: rgb(135,245,227); }
div.DivClassName
{
background-color: #87F5E3;
}
.BgClassName
{
background-color: #87F5E3;
}
</style>
border-color css
<style>
span { border-color: #87F5E3; }
span { border-color: rgb(135,245,227); }
td.TdClassName
{
border-color: #87F5E3;
}
.TagClassName
{
border-color: #87F5E3;
}
</style>