Shades of Sea Nymph #86BFA7
Tints of Sea Nymph #86BFA7
RGB
CMYK
RGB Variations
Color information
#86BFA7 (or 0x86BFA7) is known color: Sea Nymph. HEX triplet: 86, BF and A7. RGB value is (134,191,167). Sum of RGB (Red+Green+Blue) = 134+191+167=492 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.24% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 167 (65.62% from 255 or 33.94% from 492); Max value from RGB is 191 - color contains mainly: green. Hex color #86BFA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BFA7 is #794058. Grayscale: #ABABAB. Windows color (decimal): -7946329 or 10993542. OLE color: 10993542.
HSL color Cylindrical-coordinate representation of color #86BFA7: hue angle of 154.74º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86BFA7 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 191 | 167 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.25 |
| HSL | 154.74º | 0.31% | 0.64% | - |
| HSV(B) | 154.74º | 0.3% | 0.75% | - |
| XYZ | 35.44 | 45.12 | 43.4 | - |
| YUV | 171.22 | 125.62 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 191 | 167 | 0.30 | 0 | 0.13 | 0.25 | 154.74 | 0.31 | 0.64 |
| Hex | 86 | BF | A7 | 1E | 0 | D | 19 | 9B | 1F | 40 |
| Octal | 206 | 277 | 247 | 36 | 0 | 15 | 31 | 233 | 37 | 100 |
| Binary | 10000110 | 10111111 | 10100111 | 11110 | 0 | 1101 | 11001 | 10011011 | 11111 | 1000000 |
Color Harmonies of #86BFA7
Complementary color
Monochromatic Colors of #86BFA7
Black with #86BFA7
Text Example
Text Example
White with #86BFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BFA7; }
p { color: rgb(134,191,167); }
H1.HeaderClassName
{
color: #86BFA7;
}
.AnyTagClassName
{
color: #86BFA7;
}
</style>
background-color css
<style>
a { background-color: #86BFA7; }
a { background-color: rgb(134,191,167); }
div.DivClassName
{
background-color: #86BFA7;
}
.BgClassName
{
background-color: #86BFA7;
}
</style>
border-color css
<style>
span { border-color: #86BFA7; }
span { border-color: rgb(134,191,167); }
td.TdClassName
{
border-color: #86BFA7;
}
.TagClassName
{
border-color: #86BFA7;
}
</style>