Shades of Sea Nymph #87B2A0
Tints of Sea Nymph #87B2A0
RGB
CMYK
RGB Variations
Color information
#87B2A0 (or 0x87B2A0) is known color: Sea Nymph. HEX triplet: 87, B2 and A0. RGB value is (135,178,160). Sum of RGB (Red+Green+Blue) = 135+178+160=473 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.54% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 178 - color contains mainly: green. Hex color #87B2A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87B2A0 is #784D5F. Grayscale: #A3A3A3. Windows color (decimal): -7884128 or 10531463. OLE color: 10531463.
HSL color Cylindrical-coordinate representation of color #87B2A0: hue angle of 154.88º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #87B2A0 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 135 | 178 | 160 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.30 |
| HSL | 154.88º | 0.22% | 0.61% | - |
| HSV(B) | 154.88º | 0.24% | 0.7% | - |
| XYZ | 32.26 | 39.53 | 39.19 | - |
| YUV | 163.09 | 126.25 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 178 | 160 | 0.24 | 0 | 0.10 | 0.30 | 154.88 | 0.22 | 0.61 |
| Hex | 87 | B2 | A0 | 18 | 0 | A | 1E | 9B | 16 | 3D |
| Octal | 207 | 262 | 240 | 30 | 0 | 12 | 36 | 233 | 26 | 75 |
| Binary | 10000111 | 10110010 | 10100000 | 11000 | 0 | 1010 | 11110 | 10011011 | 10110 | 111101 |
Color Harmonies of #87B2A0
Complementary color
Monochromatic Colors of #87B2A0
Black with #87B2A0
Text Example
Text Example
White with #87B2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B2A0; }
p { color: rgb(135,178,160); }
H1.HeaderClassName
{
color: #87B2A0;
}
.AnyTagClassName
{
color: #87B2A0;
}
</style>
background-color css
<style>
a { background-color: #87B2A0; }
a { background-color: rgb(135,178,160); }
div.DivClassName
{
background-color: #87B2A0;
}
.BgClassName
{
background-color: #87B2A0;
}
</style>
border-color css
<style>
span { border-color: #87B2A0; }
span { border-color: rgb(135,178,160); }
td.TdClassName
{
border-color: #87B2A0;
}
.TagClassName
{
border-color: #87B2A0;
}
</style>