Shades of Sea Nymph #87B8A3
Tints of Sea Nymph #87B8A3
RGB
CMYK
RGB Variations
Color information
#87B8A3 (or 0x87B8A3) is known color: Sea Nymph. HEX triplet: 87, B8 and A3. RGB value is (135,184,163). Sum of RGB (Red+Green+Blue) = 135+184+163=482 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.01% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 184 - color contains mainly: green. Hex color #87B8A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87B8A3 is #78475C. Grayscale: #A6A6A6. Windows color (decimal): -7882589 or 10729607. OLE color: 10729607.
HSL color Cylindrical-coordinate representation of color #87B8A3: hue angle of 154.29º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #87B8A3 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 135 | 184 | 163 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.28 |
| HSL | 154.29º | 0.26% | 0.63% | - |
| HSV(B) | 154.29º | 0.27% | 0.72% | - |
| XYZ | 33.74 | 42.08 | 40.99 | - |
| YUV | 166.96 | 125.77 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 184 | 163 | 0.27 | 0 | 0.11 | 0.28 | 154.29 | 0.26 | 0.63 |
| Hex | 87 | B8 | A3 | 1B | 0 | B | 1C | 9A | 1A | 3F |
| Octal | 207 | 270 | 243 | 33 | 0 | 13 | 34 | 232 | 32 | 77 |
| Binary | 10000111 | 10111000 | 10100011 | 11011 | 0 | 1011 | 11100 | 10011010 | 11010 | 111111 |
Color Harmonies of #87B8A3
Complementary color
Monochromatic Colors of #87B8A3
Black with #87B8A3
Text Example
Text Example
White with #87B8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B8A3; }
p { color: rgb(135,184,163); }
H1.HeaderClassName
{
color: #87B8A3;
}
.AnyTagClassName
{
color: #87B8A3;
}
</style>
background-color css
<style>
a { background-color: #87B8A3; }
a { background-color: rgb(135,184,163); }
div.DivClassName
{
background-color: #87B8A3;
}
.BgClassName
{
background-color: #87B8A3;
}
</style>
border-color css
<style>
span { border-color: #87B8A3; }
span { border-color: rgb(135,184,163); }
td.TdClassName
{
border-color: #87B8A3;
}
.TagClassName
{
border-color: #87B8A3;
}
</style>