Shades of Sea Nymph #86BDA9
Tints of Sea Nymph #86BDA9
RGB
CMYK
RGB Variations
Color information
#86BDA9 (or 0x86BDA9) is known color: Sea Nymph. HEX triplet: 86, BD and A9. RGB value is (134,189,169). Sum of RGB (Red+Green+Blue) = 134+189+169=492 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.24% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 169 (66.41% from 255 or 34.35% from 492); Max value from RGB is 189 - color contains mainly: green. Hex color #86BDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BDA9 is #794256. Grayscale: #AAAAAA. Windows color (decimal): -7946839 or 11124102. OLE color: 11124102.
HSL color Cylindrical-coordinate representation of color #86BDA9: hue angle of 158.18º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86BDA9 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 189 | 169 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.26 |
| HSL | 158.18º | 0.29% | 0.63% | - |
| HSV(B) | 158.18º | 0.29% | 0.74% | - |
| XYZ | 35.19 | 44.33 | 44.24 | - |
| YUV | 170.28 | 127.28 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 189 | 169 | 0.29 | 0 | 0.11 | 0.26 | 158.18 | 0.29 | 0.63 |
| Hex | 86 | BD | A9 | 1D | 0 | B | 1A | 9E | 1D | 3F |
| Octal | 206 | 275 | 251 | 35 | 0 | 13 | 32 | 236 | 35 | 77 |
| Binary | 10000110 | 10111101 | 10101001 | 11101 | 0 | 1011 | 11010 | 10011110 | 11101 | 111111 |
Color Harmonies of #86BDA9
Complementary color
Monochromatic Colors of #86BDA9
Black with #86BDA9
Text Example
Text Example
White with #86BDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BDA9; }
p { color: rgb(134,189,169); }
H1.HeaderClassName
{
color: #86BDA9;
}
.AnyTagClassName
{
color: #86BDA9;
}
</style>
background-color css
<style>
a { background-color: #86BDA9; }
a { background-color: rgb(134,189,169); }
div.DivClassName
{
background-color: #86BDA9;
}
.BgClassName
{
background-color: #86BDA9;
}
</style>
border-color css
<style>
span { border-color: #86BDA9; }
span { border-color: rgb(134,189,169); }
td.TdClassName
{
border-color: #86BDA9;
}
.TagClassName
{
border-color: #86BDA9;
}
</style>