Shades of Sea Nymph #86B1A7
Tints of Sea Nymph #86B1A7
RGB
CMYK
RGB Variations
Color information
#86B1A7 (or 0x86B1A7) is known color: Sea Nymph. HEX triplet: 86, B1 and A7. RGB value is (134,177,167). Sum of RGB (Red+Green+Blue) = 134+177+167=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 167 (65.62% from 255 or 34.94% from 478); Max value from RGB is 177 - color contains mainly: green. Hex color #86B1A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86B1A7 is #794E58. Grayscale: #A3A3A3. Windows color (decimal): -7949913 or 10989958. OLE color: 10989958.
HSL color Cylindrical-coordinate representation of color #86B1A7: hue angle of 166.05º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #86B1A7 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 177 | 167 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.31 |
| HSL | 166.05º | 0.22% | 0.61% | - |
| HSV(B) | 166.05º | 0.24% | 0.69% | - |
| XYZ | 32.53 | 39.3 | 42.43 | - |
| YUV | 163 | 130.25 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 177 | 167 | 0.24 | 0 | 0.06 | 0.31 | 166.05 | 0.22 | 0.61 |
| Hex | 86 | B1 | A7 | 18 | 0 | 6 | 1F | A6 | 16 | 3D |
| Octal | 206 | 261 | 247 | 30 | 0 | 6 | 37 | 246 | 26 | 75 |
| Binary | 10000110 | 10110001 | 10100111 | 11000 | 0 | 110 | 11111 | 10100110 | 10110 | 111101 |
Color Harmonies of #86B1A7
Complementary color
Monochromatic Colors of #86B1A7
Black with #86B1A7
Text Example
Text Example
White with #86B1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B1A7; }
p { color: rgb(134,177,167); }
H1.HeaderClassName
{
color: #86B1A7;
}
.AnyTagClassName
{
color: #86B1A7;
}
</style>
background-color css
<style>
a { background-color: #86B1A7; }
a { background-color: rgb(134,177,167); }
div.DivClassName
{
background-color: #86B1A7;
}
.BgClassName
{
background-color: #86B1A7;
}
</style>
border-color css
<style>
span { border-color: #86B1A7; }
span { border-color: rgb(134,177,167); }
td.TdClassName
{
border-color: #86B1A7;
}
.TagClassName
{
border-color: #86B1A7;
}
</style>