Shades of Aquamarine #87FCCD
Tints of Aquamarine #87FCCD
RGB
CMYK
RGB Variations
Color information
#87FCCD (or 0x87FCCD) is known color: Aquamarine. HEX triplet: 87, FC and CD. RGB value is (135,252,205). Sum of RGB (Red+Green+Blue) = 135+252+205=592 (78% of max value = 765). Red value is 135 (53.12% from 255 or 22.80% from 592); Green value is 252 (98.83% from 255 or 42.57% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 252 - color contains mainly: green. Hex color #87FCCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87FCCD is #780332. Grayscale: #D3D3D3. Windows color (decimal): -7865139 or 13499527. OLE color: 13499527.
HSL color Cylindrical-coordinate representation of color #87FCCD: hue angle of 155.9º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #87FCCD is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 135 | 252 | 205 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.01 |
| HSL | 155.9º | 0.95% | 0.76% | - |
| HSV(B) | 155.9º | 0.46% | 0.99% | - |
| XYZ | 55.82 | 79.18 | 70.1 | - |
| YUV | 211.66 | 124.24 | 73.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 252 | 205 | 0.46 | 0 | 0.19 | 0.01 | 155.9 | 0.95 | 0.76 |
| Hex | 87 | FC | CD | 2E | 0 | 13 | 1 | 9C | 5F | 4C |
| Octal | 207 | 374 | 315 | 56 | 0 | 23 | 1 | 234 | 137 | 114 |
| Binary | 10000111 | 11111100 | 11001101 | 101110 | 0 | 10011 | 1 | 10011100 | 1011111 | 1001100 |
Color Harmonies of #87FCCD
Complementary color
Monochromatic Colors of #87FCCD
Black with #87FCCD
Text Example
Text Example
White with #87FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87FCCD; }
p { color: rgb(135,252,205); }
H1.HeaderClassName
{
color: #87FCCD;
}
.AnyTagClassName
{
color: #87FCCD;
}
</style>
background-color css
<style>
a { background-color: #87FCCD; }
a { background-color: rgb(135,252,205); }
div.DivClassName
{
background-color: #87FCCD;
}
.BgClassName
{
background-color: #87FCCD;
}
</style>
border-color css
<style>
span { border-color: #87FCCD; }
span { border-color: rgb(135,252,205); }
td.TdClassName
{
border-color: #87FCCD;
}
.TagClassName
{
border-color: #87FCCD;
}
</style>