Shades of Sea Nymph #87BFA8
Tints of Sea Nymph #87BFA8
RGB
CMYK
RGB Variations
Color information
#87BFA8 (or 0x87BFA8) is known color: Sea Nymph. HEX triplet: 87, BF and A8. RGB value is (135,191,168). Sum of RGB (Red+Green+Blue) = 135+191+168=494 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.33% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 191 - color contains mainly: green. Hex color #87BFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87BFA8 is #784057. Grayscale: #ABABAB. Windows color (decimal): -7880792 or 11059079. OLE color: 11059079.
HSL color Cylindrical-coordinate representation of color #87BFA8: hue angle of 155.36º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #87BFA8 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 191 | 168 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.25 |
| HSL | 155.36º | 0.3% | 0.64% | - |
| HSV(B) | 155.36º | 0.29% | 0.75% | - |
| XYZ | 35.69 | 45.24 | 43.9 | - |
| YUV | 171.63 | 125.95 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 191 | 168 | 0.29 | 0 | 0.12 | 0.25 | 155.36 | 0.3 | 0.64 |
| Hex | 87 | BF | A8 | 1D | 0 | C | 19 | 9B | 1E | 40 |
| Octal | 207 | 277 | 250 | 35 | 0 | 14 | 31 | 233 | 36 | 100 |
| Binary | 10000111 | 10111111 | 10101000 | 11101 | 0 | 1100 | 11001 | 10011011 | 11110 | 1000000 |
Color Harmonies of #87BFA8
Complementary color
Monochromatic Colors of #87BFA8
Black with #87BFA8
Text Example
Text Example
White with #87BFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BFA8; }
p { color: rgb(135,191,168); }
H1.HeaderClassName
{
color: #87BFA8;
}
.AnyTagClassName
{
color: #87BFA8;
}
</style>
background-color css
<style>
a { background-color: #87BFA8; }
a { background-color: rgb(135,191,168); }
div.DivClassName
{
background-color: #87BFA8;
}
.BgClassName
{
background-color: #87BFA8;
}
</style>
border-color css
<style>
span { border-color: #87BFA8; }
span { border-color: rgb(135,191,168); }
td.TdClassName
{
border-color: #87BFA8;
}
.TagClassName
{
border-color: #87BFA8;
}
</style>