Shades of Sea Nymph #87ADA2
Tints of Sea Nymph #87ADA2
RGB
CMYK
RGB Variations
Color information
#87ADA2 (or 0x87ADA2) is known color: Sea Nymph. HEX triplet: 87, AD and A2. RGB value is (135,173,162). Sum of RGB (Red+Green+Blue) = 135+173+162=470 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.72% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 162 (63.67% from 255 or 34.47% from 470); Max value from RGB is 173 - color contains mainly: green. Hex color #87ADA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87ADA2 is #78525D. Grayscale: #A0A0A0. Windows color (decimal): -7885406 or 10661255. OLE color: 10661255.
HSL color Cylindrical-coordinate representation of color #87ADA2: hue angle of 162.63º 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 #87ADA2 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 135 | 173 | 162 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.32 |
| HSL | 162.63º | 0.19% | 0.6% | - |
| HSV(B) | 162.63º | 0.22% | 0.68% | - |
| XYZ | 31.46 | 37.65 | 39.79 | - |
| YUV | 160.38 | 128.91 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 173 | 162 | 0.22 | 0 | 0.06 | 0.32 | 162.63 | 0.19 | 0.6 |
| Hex | 87 | AD | A2 | 16 | 0 | 6 | 20 | A3 | 13 | 3C |
| Octal | 207 | 255 | 242 | 26 | 0 | 6 | 40 | 243 | 23 | 74 |
| Binary | 10000111 | 10101101 | 10100010 | 10110 | 0 | 110 | 100000 | 10100011 | 10011 | 111100 |
Color Harmonies of #87ADA2
Complementary color
Monochromatic Colors of #87ADA2
Black with #87ADA2
Text Example
Text Example
White with #87ADA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87ADA2; }
p { color: rgb(135,173,162); }
H1.HeaderClassName
{
color: #87ADA2;
}
.AnyTagClassName
{
color: #87ADA2;
}
</style>
background-color css
<style>
a { background-color: #87ADA2; }
a { background-color: rgb(135,173,162); }
div.DivClassName
{
background-color: #87ADA2;
}
.BgClassName
{
background-color: #87ADA2;
}
</style>
border-color css
<style>
span { border-color: #87ADA2; }
span { border-color: rgb(135,173,162); }
td.TdClassName
{
border-color: #87ADA2;
}
.TagClassName
{
border-color: #87ADA2;
}
</style>