Shades of Sea Nymph #87B9A3
Tints of Sea Nymph #87B9A3
RGB
CMYK
RGB Variations
Color information
#87B9A3 (or 0x87B9A3) is known color: Sea Nymph. HEX triplet: 87, B9 and A3. RGB value is (135,185,163). Sum of RGB (Red+Green+Blue) = 135+185+163=483 (63% of max value = 765). Red value is 135 (53.12% from 255 or 27.95% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 163 (64.06% from 255 or 33.75% from 483); Max value from RGB is 185 - color contains mainly: green. Hex color #87B9A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87B9A3 is #78465C. Grayscale: #A7A7A7. Windows color (decimal): -7882333 or 10729863. OLE color: 10729863.
HSL color Cylindrical-coordinate representation of color #87B9A3: hue angle of 153.6º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #87B9A3 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 185 | 163 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.27 |
| HSL | 153.6º | 0.26% | 0.63% | - |
| HSV(B) | 153.6º | 0.27% | 0.73% | - |
| XYZ | 33.95 | 42.49 | 41.06 | - |
| YUV | 167.54 | 125.44 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 185 | 163 | 0.27 | 0 | 0.12 | 0.27 | 153.6 | 0.26 | 0.63 |
| Hex | 87 | B9 | A3 | 1B | 0 | C | 1B | 9A | 1A | 3F |
| Octal | 207 | 271 | 243 | 33 | 0 | 14 | 33 | 232 | 32 | 77 |
| Binary | 10000111 | 10111001 | 10100011 | 11011 | 0 | 1100 | 11011 | 10011010 | 11010 | 111111 |
Color Harmonies of #87B9A3
Complementary color
Monochromatic Colors of #87B9A3
Black with #87B9A3
Text Example
Text Example
White with #87B9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B9A3; }
p { color: rgb(135,185,163); }
H1.HeaderClassName
{
color: #87B9A3;
}
.AnyTagClassName
{
color: #87B9A3;
}
</style>
background-color css
<style>
a { background-color: #87B9A3; }
a { background-color: rgb(135,185,163); }
div.DivClassName
{
background-color: #87B9A3;
}
.BgClassName
{
background-color: #87B9A3;
}
</style>
border-color css
<style>
span { border-color: #87B9A3; }
span { border-color: rgb(135,185,163); }
td.TdClassName
{
border-color: #87B9A3;
}
.TagClassName
{
border-color: #87B9A3;
}
</style>