Shades of Sea Nymph #87ADA0
Tints of Sea Nymph #87ADA0
RGB
CMYK
RGB Variations
Color information
#87ADA0 (or 0x87ADA0) is known color: Sea Nymph. HEX triplet: 87, AD and A0. RGB value is (135,173,160). Sum of RGB (Red+Green+Blue) = 135+173+160=468 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.85% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 173 - color contains mainly: green. Hex color #87ADA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87ADA0 is #78525F. Grayscale: #A0A0A0. Windows color (decimal): -7885408 or 10530183. OLE color: 10530183.
HSL color Cylindrical-coordinate representation of color #87ADA0: hue angle of 159.47º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #87ADA0 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 135 | 173 | 160 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.32 |
| HSL | 159.47º | 0.19% | 0.6% | - |
| HSV(B) | 159.47º | 0.22% | 0.68% | - |
| XYZ | 31.28 | 37.58 | 38.86 | - |
| YUV | 160.16 | 127.91 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 173 | 160 | 0.22 | 0 | 0.08 | 0.32 | 159.47 | 0.19 | 0.6 |
| Hex | 87 | AD | A0 | 16 | 0 | 8 | 20 | 9F | 13 | 3C |
| Octal | 207 | 255 | 240 | 26 | 0 | 10 | 40 | 237 | 23 | 74 |
| Binary | 10000111 | 10101101 | 10100000 | 10110 | 0 | 1000 | 100000 | 10011111 | 10011 | 111100 |
Color Harmonies of #87ADA0
Complementary color
Monochromatic Colors of #87ADA0
Black with #87ADA0
Text Example
Text Example
White with #87ADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87ADA0; }
p { color: rgb(135,173,160); }
H1.HeaderClassName
{
color: #87ADA0;
}
.AnyTagClassName
{
color: #87ADA0;
}
</style>
background-color css
<style>
a { background-color: #87ADA0; }
a { background-color: rgb(135,173,160); }
div.DivClassName
{
background-color: #87ADA0;
}
.BgClassName
{
background-color: #87ADA0;
}
</style>
border-color css
<style>
span { border-color: #87ADA0; }
span { border-color: rgb(135,173,160); }
td.TdClassName
{
border-color: #87ADA0;
}
.TagClassName
{
border-color: #87ADA0;
}
</style>