Shades of Sea Nymph #87BFAB
Tints of Sea Nymph #87BFAB
RGB
CMYK
RGB Variations
Color information
#87BFAB (or 0x87BFAB) is known color: Sea Nymph. HEX triplet: 87, BF and AB. RGB value is (135,191,171). Sum of RGB (Red+Green+Blue) = 135+191+171=497 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.16% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 191 - color contains mainly: green. Hex color #87BFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87BFAB is #784054. Grayscale: #ACACAC. Windows color (decimal): -7880789 or 11255687. OLE color: 11255687.
HSL color Cylindrical-coordinate representation of color #87BFAB: hue angle of 158.57º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #87BFAB is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 191 | 171 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.25 |
| HSL | 158.57º | 0.3% | 0.64% | - |
| HSV(B) | 158.57º | 0.29% | 0.75% | - |
| XYZ | 35.97 | 45.35 | 45.39 | - |
| YUV | 171.98 | 127.45 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 191 | 171 | 0.29 | 0 | 0.10 | 0.25 | 158.57 | 0.3 | 0.64 |
| Hex | 87 | BF | AB | 1D | 0 | A | 19 | 9F | 1E | 40 |
| Octal | 207 | 277 | 253 | 35 | 0 | 12 | 31 | 237 | 36 | 100 |
| Binary | 10000111 | 10111111 | 10101011 | 11101 | 0 | 1010 | 11001 | 10011111 | 11110 | 1000000 |
Color Harmonies of #87BFAB
Complementary color
Monochromatic Colors of #87BFAB
Black with #87BFAB
Text Example
Text Example
White with #87BFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BFAB; }
p { color: rgb(135,191,171); }
H1.HeaderClassName
{
color: #87BFAB;
}
.AnyTagClassName
{
color: #87BFAB;
}
</style>
background-color css
<style>
a { background-color: #87BFAB; }
a { background-color: rgb(135,191,171); }
div.DivClassName
{
background-color: #87BFAB;
}
.BgClassName
{
background-color: #87BFAB;
}
</style>
border-color css
<style>
span { border-color: #87BFAB; }
span { border-color: rgb(135,191,171); }
td.TdClassName
{
border-color: #87BFAB;
}
.TagClassName
{
border-color: #87BFAB;
}
</style>