Shades of Sea Nymph #87B7A4
Tints of Sea Nymph #87B7A4
RGB
CMYK
RGB Variations
Color information
#87B7A4 (or 0x87B7A4) is known color: Sea Nymph. HEX triplet: 87, B7 and A4. RGB value is (135,183,164). Sum of RGB (Red+Green+Blue) = 135+183+164=482 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.01% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 183 - color contains mainly: green. Hex color #87B7A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87B7A4 is #78485B. Grayscale: #A6A6A6. Windows color (decimal): -7882844 or 10794887. OLE color: 10794887.
HSL color Cylindrical-coordinate representation of color #87B7A4: hue angle of 156.25º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #87B7A4 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 135 | 183 | 164 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.28 |
| HSL | 156.25º | 0.25% | 0.62% | - |
| HSV(B) | 156.25º | 0.26% | 0.72% | - |
| XYZ | 33.63 | 41.7 | 41.4 | - |
| YUV | 166.48 | 126.6 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 183 | 164 | 0.26 | 0 | 0.10 | 0.28 | 156.25 | 0.25 | 0.62 |
| Hex | 87 | B7 | A4 | 1A | 0 | A | 1C | 9C | 19 | 3E |
| Octal | 207 | 267 | 244 | 32 | 0 | 12 | 34 | 234 | 31 | 76 |
| Binary | 10000111 | 10110111 | 10100100 | 11010 | 0 | 1010 | 11100 | 10011100 | 11001 | 111110 |
Color Harmonies of #87B7A4
Complementary color
Monochromatic Colors of #87B7A4
Black with #87B7A4
Text Example
Text Example
White with #87B7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B7A4; }
p { color: rgb(135,183,164); }
H1.HeaderClassName
{
color: #87B7A4;
}
.AnyTagClassName
{
color: #87B7A4;
}
</style>
background-color css
<style>
a { background-color: #87B7A4; }
a { background-color: rgb(135,183,164); }
div.DivClassName
{
background-color: #87B7A4;
}
.BgClassName
{
background-color: #87B7A4;
}
</style>
border-color css
<style>
span { border-color: #87B7A4; }
span { border-color: rgb(135,183,164); }
td.TdClassName
{
border-color: #87B7A4;
}
.TagClassName
{
border-color: #87B7A4;
}
</style>