Shades of Sea Nymph #86B7A4
Tints of Sea Nymph #86B7A4
RGB
CMYK
RGB Variations
Color information
#86B7A4 (or 0x86B7A4) is known color: Sea Nymph. HEX triplet: 86, B7 and A4. RGB value is (134,183,164). Sum of RGB (Red+Green+Blue) = 134+183+164=481 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.86% from 481); Green value is 183 (71.88% from 255 or 38.05% from 481); Blue value is 164 (64.45% from 255 or 34.10% from 481); Max value from RGB is 183 - color contains mainly: green. Hex color #86B7A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B7A4 is #79485B. Grayscale: #A6A6A6. Windows color (decimal): -7948380 or 10794886. OLE color: 10794886.
HSL color Cylindrical-coordinate representation of color #86B7A4: hue angle of 156.73º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #86B7A4 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 183 | 164 | - |
| CMYK | 0.27 | 0 | 0.10 | 0.28 |
| HSL | 156.73º | 0.25% | 0.62% | - |
| HSV(B) | 156.73º | 0.27% | 0.72% | - |
| XYZ | 33.47 | 41.62 | 41.39 | - |
| YUV | 166.18 | 126.77 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 183 | 164 | 0.27 | 0 | 0.10 | 0.28 | 156.73 | 0.25 | 0.62 |
| Hex | 86 | B7 | A4 | 1B | 0 | A | 1C | 9D | 19 | 3E |
| Octal | 206 | 267 | 244 | 33 | 0 | 12 | 34 | 235 | 31 | 76 |
| Binary | 10000110 | 10110111 | 10100100 | 11011 | 0 | 1010 | 11100 | 10011101 | 11001 | 111110 |
Color Harmonies of #86B7A4
Complementary color
Monochromatic Colors of #86B7A4
Black with #86B7A4
Text Example
Text Example
White with #86B7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B7A4; }
p { color: rgb(134,183,164); }
H1.HeaderClassName
{
color: #86B7A4;
}
.AnyTagClassName
{
color: #86B7A4;
}
</style>
background-color css
<style>
a { background-color: #86B7A4; }
a { background-color: rgb(134,183,164); }
div.DivClassName
{
background-color: #86B7A4;
}
.BgClassName
{
background-color: #86B7A4;
}
</style>
border-color css
<style>
span { border-color: #86B7A4; }
span { border-color: rgb(134,183,164); }
td.TdClassName
{
border-color: #86B7A4;
}
.TagClassName
{
border-color: #86B7A4;
}
</style>