Shades of Aquamarine #87F0DF
Tints of Aquamarine #87F0DF
RGB
CMYK
RGB Variations
Color information
#87F0DF (or 0x87F0DF) is known color: Aquamarine. HEX triplet: 87, F0 and DF. RGB value is (135,240,223). Sum of RGB (Red+Green+Blue) = 135+240+223=598 (79% of max value = 765). Red value is 135 (53.12% from 255 or 22.58% from 598); Green value is 240 (94.14% from 255 or 40.13% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 240 - color contains mainly: green. Hex color #87F0DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87F0DF is #780F20. Grayscale: #CECECE. Windows color (decimal): -7868193 or 14676103. OLE color: 14676103.
HSL color Cylindrical-coordinate representation of color #87F0DF: hue angle of 170.29º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87F0DF is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 135 | 240 | 223 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.06 |
| HSL | 170.29º | 0.78% | 0.74% | - |
| HSV(B) | 170.29º | 0.44% | 0.94% | - |
| XYZ | 54.47 | 72.8 | 80.99 | - |
| YUV | 206.67 | 137.21 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 240 | 223 | 0.44 | 0 | 0.07 | 0.06 | 170.29 | 0.78 | 0.74 |
| Hex | 87 | F0 | DF | 2C | 0 | 7 | 6 | AA | 4E | 4A |
| Octal | 207 | 360 | 337 | 54 | 0 | 7 | 6 | 252 | 116 | 112 |
| Binary | 10000111 | 11110000 | 11011111 | 101100 | 0 | 111 | 110 | 10101010 | 1001110 | 1001010 |
Color Harmonies of #87F0DF
Complementary color
Monochromatic Colors of #87F0DF
Black with #87F0DF
Text Example
Text Example
White with #87F0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87F0DF; }
p { color: rgb(135,240,223); }
H1.HeaderClassName
{
color: #87F0DF;
}
.AnyTagClassName
{
color: #87F0DF;
}
</style>
background-color css
<style>
a { background-color: #87F0DF; }
a { background-color: rgb(135,240,223); }
div.DivClassName
{
background-color: #87F0DF;
}
.BgClassName
{
background-color: #87F0DF;
}
</style>
border-color css
<style>
span { border-color: #87F0DF; }
span { border-color: rgb(135,240,223); }
td.TdClassName
{
border-color: #87F0DF;
}
.TagClassName
{
border-color: #87F0DF;
}
</style>