Shades of Aquamarine #87F9DD
Tints of Aquamarine #87F9DD
RGB
CMYK
RGB Variations
Color information
#87F9DD (or 0x87F9DD) is known color: Aquamarine. HEX triplet: 87, F9 and DD. RGB value is (135,249,221). Sum of RGB (Red+Green+Blue) = 135+249+221=605 (80% of max value = 765). Red value is 135 (53.12% from 255 or 22.31% from 605); Green value is 249 (97.66% from 255 or 41.16% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 249 - color contains mainly: green. Hex color #87F9DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87F9DD is #780622. Grayscale: #D3D3D3. Windows color (decimal): -7865891 or 14547335. OLE color: 14547335.
HSL color Cylindrical-coordinate representation of color #87F9DD: hue angle of 165.26º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #87F9DD is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 249 | 221 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.02 |
| HSL | 165.26º | 0.9% | 0.75% | - |
| HSV(B) | 165.26º | 0.46% | 0.98% | - |
| XYZ | 56.92 | 78.12 | 80.49 | - |
| YUV | 211.72 | 133.23 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 249 | 221 | 0.46 | 0 | 0.11 | 0.02 | 165.26 | 0.9 | 0.75 |
| Hex | 87 | F9 | DD | 2E | 0 | B | 2 | A5 | 5A | 4B |
| Octal | 207 | 371 | 335 | 56 | 0 | 13 | 2 | 245 | 132 | 113 |
| Binary | 10000111 | 11111001 | 11011101 | 101110 | 0 | 1011 | 10 | 10100101 | 1011010 | 1001011 |
Color Harmonies of #87F9DD
Complementary color
Monochromatic Colors of #87F9DD
Black with #87F9DD
Text Example
Text Example
White with #87F9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87F9DD; }
p { color: rgb(135,249,221); }
H1.HeaderClassName
{
color: #87F9DD;
}
.AnyTagClassName
{
color: #87F9DD;
}
</style>
background-color css
<style>
a { background-color: #87F9DD; }
a { background-color: rgb(135,249,221); }
div.DivClassName
{
background-color: #87F9DD;
}
.BgClassName
{
background-color: #87F9DD;
}
</style>
border-color css
<style>
span { border-color: #87F9DD; }
span { border-color: rgb(135,249,221); }
td.TdClassName
{
border-color: #87F9DD;
}
.TagClassName
{
border-color: #87F9DD;
}
</style>