Shades of Sea Nymph #86B3A2
Tints of Sea Nymph #86B3A2
RGB
CMYK
RGB Variations
Color information
#86B3A2 (or 0x86B3A2) is known color: Sea Nymph. HEX triplet: 86, B3 and A2. RGB value is (134,179,162). Sum of RGB (Red+Green+Blue) = 134+179+162=475 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.21% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 179 - color contains mainly: green. Hex color #86B3A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B3A2 is #794C5D. Grayscale: #A3A3A3. Windows color (decimal): -7949406 or 10662790. OLE color: 10662790.
HSL color Cylindrical-coordinate representation of color #86B3A2: hue angle of 157.33º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #86B3A2 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 179 | 162 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.30 |
| HSL | 157.33º | 0.23% | 0.61% | - |
| HSV(B) | 157.33º | 0.25% | 0.7% | - |
| XYZ | 32.47 | 39.92 | 40.18 | - |
| YUV | 163.61 | 127.09 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 179 | 162 | 0.25 | 0 | 0.09 | 0.30 | 157.33 | 0.23 | 0.61 |
| Hex | 86 | B3 | A2 | 19 | 0 | 9 | 1E | 9D | 17 | 3D |
| Octal | 206 | 263 | 242 | 31 | 0 | 11 | 36 | 235 | 27 | 75 |
| Binary | 10000110 | 10110011 | 10100010 | 11001 | 0 | 1001 | 11110 | 10011101 | 10111 | 111101 |
Color Harmonies of #86B3A2
Complementary color
Monochromatic Colors of #86B3A2
Black with #86B3A2
Text Example
Text Example
White with #86B3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B3A2; }
p { color: rgb(134,179,162); }
H1.HeaderClassName
{
color: #86B3A2;
}
.AnyTagClassName
{
color: #86B3A2;
}
</style>
background-color css
<style>
a { background-color: #86B3A2; }
a { background-color: rgb(134,179,162); }
div.DivClassName
{
background-color: #86B3A2;
}
.BgClassName
{
background-color: #86B3A2;
}
</style>
border-color css
<style>
span { border-color: #86B3A2; }
span { border-color: rgb(134,179,162); }
td.TdClassName
{
border-color: #86B3A2;
}
.TagClassName
{
border-color: #86B3A2;
}
</style>