Shades of Sea Nymph #87B2A2
Tints of Sea Nymph #87B2A2
RGB
CMYK
RGB Variations
Color information
#87B2A2 (or 0x87B2A2) is known color: Sea Nymph. HEX triplet: 87, B2 and A2. RGB value is (135,178,162). Sum of RGB (Red+Green+Blue) = 135+178+162=475 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.42% from 475); Green value is 178 (69.92% from 255 or 37.47% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 178 - color contains mainly: green. Hex color #87B2A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87B2A2 is #784D5D. Grayscale: #A3A3A3. Windows color (decimal): -7884126 or 10662535. OLE color: 10662535.
HSL color Cylindrical-coordinate representation of color #87B2A2: hue angle of 157.67º 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 #87B2A2 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 135 | 178 | 162 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.30 |
| HSL | 157.67º | 0.22% | 0.61% | - |
| HSV(B) | 157.67º | 0.24% | 0.7% | - |
| XYZ | 32.43 | 39.6 | 40.12 | - |
| YUV | 163.32 | 127.25 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 178 | 162 | 0.24 | 0 | 0.09 | 0.30 | 157.67 | 0.22 | 0.61 |
| Hex | 87 | B2 | A2 | 18 | 0 | 9 | 1E | 9E | 16 | 3D |
| Octal | 207 | 262 | 242 | 30 | 0 | 11 | 36 | 236 | 26 | 75 |
| Binary | 10000111 | 10110010 | 10100010 | 11000 | 0 | 1001 | 11110 | 10011110 | 10110 | 111101 |
Color Harmonies of #87B2A2
Complementary color
Monochromatic Colors of #87B2A2
Black with #87B2A2
Text Example
Text Example
White with #87B2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B2A2; }
p { color: rgb(135,178,162); }
H1.HeaderClassName
{
color: #87B2A2;
}
.AnyTagClassName
{
color: #87B2A2;
}
</style>
background-color css
<style>
a { background-color: #87B2A2; }
a { background-color: rgb(135,178,162); }
div.DivClassName
{
background-color: #87B2A2;
}
.BgClassName
{
background-color: #87B2A2;
}
</style>
border-color css
<style>
span { border-color: #87B2A2; }
span { border-color: rgb(135,178,162); }
td.TdClassName
{
border-color: #87B2A2;
}
.TagClassName
{
border-color: #87B2A2;
}
</style>