Shades of Sea Nymph #86B4A8
Tints of Sea Nymph #86B4A8
RGB
CMYK
RGB Variations
Color information
#86B4A8 (or 0x86B4A8) is known color: Sea Nymph. HEX triplet: 86, B4 and A8. RGB value is (134,180,168). Sum of RGB (Red+Green+Blue) = 134+180+168=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 168 (66.02% from 255 or 34.85% from 482); Max value from RGB is 180 - color contains mainly: green. Hex color #86B4A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B4A8 is #794B57. Grayscale: #A4A4A4. Windows color (decimal): -7949144 or 11056262. OLE color: 11056262.
HSL color Cylindrical-coordinate representation of color #86B4A8: hue angle of 164.35º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86B4A8 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 180 | 168 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.29 |
| HSL | 164.35º | 0.23% | 0.62% | - |
| HSV(B) | 164.35º | 0.26% | 0.71% | - |
| XYZ | 33.22 | 40.54 | 43.12 | - |
| YUV | 164.88 | 129.76 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 180 | 168 | 0.26 | 0 | 0.07 | 0.29 | 164.35 | 0.23 | 0.62 |
| Hex | 86 | B4 | A8 | 1A | 0 | 7 | 1D | A4 | 17 | 3E |
| Octal | 206 | 264 | 250 | 32 | 0 | 7 | 35 | 244 | 27 | 76 |
| Binary | 10000110 | 10110100 | 10101000 | 11010 | 0 | 111 | 11101 | 10100100 | 10111 | 111110 |
Color Harmonies of #86B4A8
Complementary color
Monochromatic Colors of #86B4A8
Black with #86B4A8
Text Example
Text Example
White with #86B4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B4A8; }
p { color: rgb(134,180,168); }
H1.HeaderClassName
{
color: #86B4A8;
}
.AnyTagClassName
{
color: #86B4A8;
}
</style>
background-color css
<style>
a { background-color: #86B4A8; }
a { background-color: rgb(134,180,168); }
div.DivClassName
{
background-color: #86B4A8;
}
.BgClassName
{
background-color: #86B4A8;
}
</style>
border-color css
<style>
span { border-color: #86B4A8; }
span { border-color: rgb(134,180,168); }
td.TdClassName
{
border-color: #86B4A8;
}
.TagClassName
{
border-color: #86B4A8;
}
</style>