Shades of Sea Nymph #87B4B0
Tints of Sea Nymph #87B4B0
RGB
CMYK
RGB Variations
Color information
#87B4B0 (or 0x87B4B0) is known color: Sea Nymph. HEX triplet: 87, B4 and B0. RGB value is (135,180,176). Sum of RGB (Red+Green+Blue) = 135+180+176=491 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.49% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 180 - color contains mainly: green. Hex color #87B4B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87B4B0 is #784B4F. Grayscale: #A6A6A6. Windows color (decimal): -7883600 or 11580551. OLE color: 11580551.
HSL color Cylindrical-coordinate representation of color #87B4B0: hue angle of 174.67º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #87B4B0 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 135 | 180 | 176 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.29 |
| HSL | 174.67º | 0.23% | 0.62% | - |
| HSV(B) | 174.67º | 0.25% | 0.71% | - |
| XYZ | 34.15 | 40.93 | 47.17 | - |
| YUV | 166.09 | 133.59 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 180 | 176 | 0.25 | 0 | 0.02 | 0.29 | 174.67 | 0.23 | 0.62 |
| Hex | 87 | B4 | B0 | 19 | 0 | 2 | 1D | AF | 17 | 3E |
| Octal | 207 | 264 | 260 | 31 | 0 | 2 | 35 | 257 | 27 | 76 |
| Binary | 10000111 | 10110100 | 10110000 | 11001 | 0 | 10 | 11101 | 10101111 | 10111 | 111110 |
Color Harmonies of #87B4B0
Complementary color
Monochromatic Colors of #87B4B0
Black with #87B4B0
Text Example
Text Example
White with #87B4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B4B0; }
p { color: rgb(135,180,176); }
H1.HeaderClassName
{
color: #87B4B0;
}
.AnyTagClassName
{
color: #87B4B0;
}
</style>
background-color css
<style>
a { background-color: #87B4B0; }
a { background-color: rgb(135,180,176); }
div.DivClassName
{
background-color: #87B4B0;
}
.BgClassName
{
background-color: #87B4B0;
}
</style>
border-color css
<style>
span { border-color: #87B4B0; }
span { border-color: rgb(135,180,176); }
td.TdClassName
{
border-color: #87B4B0;
}
.TagClassName
{
border-color: #87B4B0;
}
</style>