Shades of Sea Nymph #87BDA6
Tints of Sea Nymph #87BDA6
RGB
CMYK
RGB Variations
Color information
#87BDA6 (or 0x87BDA6) is known color: Sea Nymph. HEX triplet: 87, BD and A6. RGB value is (135,189,166). Sum of RGB (Red+Green+Blue) = 135+189+166=490 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.55% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 166 (65.23% from 255 or 33.88% from 490); Max value from RGB is 189 - color contains mainly: green. Hex color #87BDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87BDA6 is #784259. Grayscale: #AAAAAA. Windows color (decimal): -7881306 or 10927495. OLE color: 10927495.
HSL color Cylindrical-coordinate representation of color #87BDA6: hue angle of 154.44º 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 #87BDA6 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 189 | 166 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.26 |
| HSL | 154.44º | 0.29% | 0.64% | - |
| HSV(B) | 154.44º | 0.29% | 0.74% | - |
| XYZ | 35.07 | 44.3 | 42.78 | - |
| YUV | 170.23 | 125.61 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 189 | 166 | 0.29 | 0 | 0.12 | 0.26 | 154.44 | 0.29 | 0.64 |
| Hex | 87 | BD | A6 | 1D | 0 | C | 1A | 9A | 1D | 40 |
| Octal | 207 | 275 | 246 | 35 | 0 | 14 | 32 | 232 | 35 | 100 |
| Binary | 10000111 | 10111101 | 10100110 | 11101 | 0 | 1100 | 11010 | 10011010 | 11101 | 1000000 |
Color Harmonies of #87BDA6
Complementary color
Monochromatic Colors of #87BDA6
Black with #87BDA6
Text Example
Text Example
White with #87BDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BDA6; }
p { color: rgb(135,189,166); }
H1.HeaderClassName
{
color: #87BDA6;
}
.AnyTagClassName
{
color: #87BDA6;
}
</style>
background-color css
<style>
a { background-color: #87BDA6; }
a { background-color: rgb(135,189,166); }
div.DivClassName
{
background-color: #87BDA6;
}
.BgClassName
{
background-color: #87BDA6;
}
</style>
border-color css
<style>
span { border-color: #87BDA6; }
span { border-color: rgb(135,189,166); }
td.TdClassName
{
border-color: #87BDA6;
}
.TagClassName
{
border-color: #87BDA6;
}
</style>