Shades of Sea Nymph #87B6AD
Tints of Sea Nymph #87B6AD
RGB
CMYK
RGB Variations
Color information
#87B6AD (or 0x87B6AD) is known color: Sea Nymph. HEX triplet: 87, B6 and AD. RGB value is (135,182,173). Sum of RGB (Red+Green+Blue) = 135+182+173=490 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.55% from 490); Green value is 182 (71.48% from 255 or 37.14% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 182 - color contains mainly: green. Hex color #87B6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87B6AD is #784952. Grayscale: #A6A6A6. Windows color (decimal): -7883091 or 11384455. OLE color: 11384455.
HSL color Cylindrical-coordinate representation of color #87B6AD: hue angle of 168.51º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #87B6AD is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 135 | 182 | 173 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.29 |
| HSL | 168.51º | 0.24% | 0.62% | - |
| HSV(B) | 168.51º | 0.26% | 0.71% | - |
| XYZ | 34.26 | 41.62 | 45.76 | - |
| YUV | 166.92 | 131.43 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 182 | 173 | 0.26 | 0 | 0.05 | 0.29 | 168.51 | 0.24 | 0.62 |
| Hex | 87 | B6 | AD | 1A | 0 | 5 | 1D | A9 | 18 | 3E |
| Octal | 207 | 266 | 255 | 32 | 0 | 5 | 35 | 251 | 30 | 76 |
| Binary | 10000111 | 10110110 | 10101101 | 11010 | 0 | 101 | 11101 | 10101001 | 11000 | 111110 |
Color Harmonies of #87B6AD
Complementary color
Monochromatic Colors of #87B6AD
Black with #87B6AD
Text Example
Text Example
White with #87B6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B6AD; }
p { color: rgb(135,182,173); }
H1.HeaderClassName
{
color: #87B6AD;
}
.AnyTagClassName
{
color: #87B6AD;
}
</style>
background-color css
<style>
a { background-color: #87B6AD; }
a { background-color: rgb(135,182,173); }
div.DivClassName
{
background-color: #87B6AD;
}
.BgClassName
{
background-color: #87B6AD;
}
</style>
border-color css
<style>
span { border-color: #87B6AD; }
span { border-color: rgb(135,182,173); }
td.TdClassName
{
border-color: #87B6AD;
}
.TagClassName
{
border-color: #87B6AD;
}
</style>