Shades of Sea Nymph #87ADA8
Tints of Sea Nymph #87ADA8
RGB
CMYK
RGB Variations
Color information
#87ADA8 (or 0x87ADA8) is known color: Sea Nymph. HEX triplet: 87, AD and A8. RGB value is (135,173,168). Sum of RGB (Red+Green+Blue) = 135+173+168=476 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.36% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 173 - color contains mainly: green. Hex color #87ADA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87ADA8 is #785257. Grayscale: #A1A1A1. Windows color (decimal): -7885400 or 11054471. OLE color: 11054471.
HSL color Cylindrical-coordinate representation of color #87ADA8: hue angle of 172.11º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #87ADA8 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 135 | 173 | 168 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.32 |
| HSL | 172.11º | 0.19% | 0.6% | - |
| HSV(B) | 172.11º | 0.22% | 0.68% | - |
| XYZ | 32 | 37.87 | 42.67 | - |
| YUV | 161.07 | 131.91 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 173 | 168 | 0.22 | 0 | 0.03 | 0.32 | 172.11 | 0.19 | 0.6 |
| Hex | 87 | AD | A8 | 16 | 0 | 3 | 20 | AC | 13 | 3C |
| Octal | 207 | 255 | 250 | 26 | 0 | 3 | 40 | 254 | 23 | 74 |
| Binary | 10000111 | 10101101 | 10101000 | 10110 | 0 | 11 | 100000 | 10101100 | 10011 | 111100 |
Color Harmonies of #87ADA8
Complementary color
Monochromatic Colors of #87ADA8
Black with #87ADA8
Text Example
Text Example
White with #87ADA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87ADA8; }
p { color: rgb(135,173,168); }
H1.HeaderClassName
{
color: #87ADA8;
}
.AnyTagClassName
{
color: #87ADA8;
}
</style>
background-color css
<style>
a { background-color: #87ADA8; }
a { background-color: rgb(135,173,168); }
div.DivClassName
{
background-color: #87ADA8;
}
.BgClassName
{
background-color: #87ADA8;
}
</style>
border-color css
<style>
span { border-color: #87ADA8; }
span { border-color: rgb(135,173,168); }
td.TdClassName
{
border-color: #87ADA8;
}
.TagClassName
{
border-color: #87ADA8;
}
</style>