Shades of Sea Nymph #87B8A8
Tints of Sea Nymph #87B8A8
RGB
CMYK
RGB Variations
Color information
#87B8A8 (or 0x87B8A8) is known color: Sea Nymph. HEX triplet: 87, B8 and A8. RGB value is (135,184,168). Sum of RGB (Red+Green+Blue) = 135+184+168=487 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.72% from 487); Green value is 184 (72.27% from 255 or 37.78% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 184 - color contains mainly: green. Hex color #87B8A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87B8A8 is #784757. Grayscale: #A7A7A7. Windows color (decimal): -7882584 or 11057287. OLE color: 11057287.
HSL color Cylindrical-coordinate representation of color #87B8A8: hue angle of 160.41º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #87B8A8 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 135 | 184 | 168 | - |
| CMYK | 0.27 | 0 | 0.09 | 0.28 |
| HSL | 160.41º | 0.26% | 0.63% | - |
| HSV(B) | 160.41º | 0.27% | 0.72% | - |
| XYZ | 34.2 | 42.26 | 43.4 | - |
| YUV | 167.53 | 128.27 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 184 | 168 | 0.27 | 0 | 0.09 | 0.28 | 160.41 | 0.26 | 0.63 |
| Hex | 87 | B8 | A8 | 1B | 0 | 9 | 1C | A0 | 1A | 3F |
| Octal | 207 | 270 | 250 | 33 | 0 | 11 | 34 | 240 | 32 | 77 |
| Binary | 10000111 | 10111000 | 10101000 | 11011 | 0 | 1001 | 11100 | 10100000 | 11010 | 111111 |
Color Harmonies of #87B8A8
Complementary color
Monochromatic Colors of #87B8A8
Black with #87B8A8
Text Example
Text Example
White with #87B8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B8A8; }
p { color: rgb(135,184,168); }
H1.HeaderClassName
{
color: #87B8A8;
}
.AnyTagClassName
{
color: #87B8A8;
}
</style>
background-color css
<style>
a { background-color: #87B8A8; }
a { background-color: rgb(135,184,168); }
div.DivClassName
{
background-color: #87B8A8;
}
.BgClassName
{
background-color: #87B8A8;
}
</style>
border-color css
<style>
span { border-color: #87B8A8; }
span { border-color: rgb(135,184,168); }
td.TdClassName
{
border-color: #87B8A8;
}
.TagClassName
{
border-color: #87B8A8;
}
</style>