Shades of Sea Nymph #87BDA9
Tints of Sea Nymph #87BDA9
RGB
CMYK
RGB Variations
Color information
#87BDA9 (or 0x87BDA9) is known color: Sea Nymph. HEX triplet: 87, BD and A9. RGB value is (135,189,169). Sum of RGB (Red+Green+Blue) = 135+189+169=493 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.38% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 169 (66.41% from 255 or 34.28% from 493); Max value from RGB is 189 - color contains mainly: green. Hex color #87BDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87BDA9 is #784256. Grayscale: #AAAAAA. Windows color (decimal): -7881303 or 11124103. OLE color: 11124103.
HSL color Cylindrical-coordinate representation of color #87BDA9: hue angle of 157.78º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #87BDA9 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 189 | 169 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.26 |
| HSL | 157.78º | 0.29% | 0.64% | - |
| HSV(B) | 157.78º | 0.29% | 0.74% | - |
| XYZ | 35.35 | 44.41 | 44.25 | - |
| YUV | 170.57 | 127.11 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 189 | 169 | 0.29 | 0 | 0.11 | 0.26 | 157.78 | 0.29 | 0.64 |
| Hex | 87 | BD | A9 | 1D | 0 | B | 1A | 9E | 1D | 40 |
| Octal | 207 | 275 | 251 | 35 | 0 | 13 | 32 | 236 | 35 | 100 |
| Binary | 10000111 | 10111101 | 10101001 | 11101 | 0 | 1011 | 11010 | 10011110 | 11101 | 1000000 |
Color Harmonies of #87BDA9
Complementary color
Monochromatic Colors of #87BDA9
Black with #87BDA9
Text Example
Text Example
White with #87BDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BDA9; }
p { color: rgb(135,189,169); }
H1.HeaderClassName
{
color: #87BDA9;
}
.AnyTagClassName
{
color: #87BDA9;
}
</style>
background-color css
<style>
a { background-color: #87BDA9; }
a { background-color: rgb(135,189,169); }
div.DivClassName
{
background-color: #87BDA9;
}
.BgClassName
{
background-color: #87BDA9;
}
</style>
border-color css
<style>
span { border-color: #87BDA9; }
span { border-color: rgb(135,189,169); }
td.TdClassName
{
border-color: #87BDA9;
}
.TagClassName
{
border-color: #87BDA9;
}
</style>