Shades of Sea Nymph #86BDA5
Tints of Sea Nymph #86BDA5
RGB
CMYK
RGB Variations
Color information
#86BDA5 (or 0x86BDA5) is known color: Sea Nymph. HEX triplet: 86, BD and A5. RGB value is (134,189,165). Sum of RGB (Red+Green+Blue) = 134+189+165=488 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.46% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 165 (64.84% from 255 or 33.81% from 488); Max value from RGB is 189 - color contains mainly: green. Hex color #86BDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BDA5 is #79425A. Grayscale: #A9A9A9. Windows color (decimal): -7946843 or 10861958. OLE color: 10861958.
HSL color Cylindrical-coordinate representation of color #86BDA5: hue angle of 153.82º 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 #86BDA5 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 189 | 165 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.26 |
| HSL | 153.82º | 0.29% | 0.63% | - |
| HSV(B) | 153.82º | 0.29% | 0.74% | - |
| XYZ | 34.82 | 44.18 | 42.29 | - |
| YUV | 169.82 | 125.28 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 189 | 165 | 0.29 | 0 | 0.13 | 0.26 | 153.82 | 0.29 | 0.63 |
| Hex | 86 | BD | A5 | 1D | 0 | D | 1A | 9A | 1D | 3F |
| Octal | 206 | 275 | 245 | 35 | 0 | 15 | 32 | 232 | 35 | 77 |
| Binary | 10000110 | 10111101 | 10100101 | 11101 | 0 | 1101 | 11010 | 10011010 | 11101 | 111111 |
Color Harmonies of #86BDA5
Complementary color
Monochromatic Colors of #86BDA5
Black with #86BDA5
Text Example
Text Example
White with #86BDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BDA5; }
p { color: rgb(134,189,165); }
H1.HeaderClassName
{
color: #86BDA5;
}
.AnyTagClassName
{
color: #86BDA5;
}
</style>
background-color css
<style>
a { background-color: #86BDA5; }
a { background-color: rgb(134,189,165); }
div.DivClassName
{
background-color: #86BDA5;
}
.BgClassName
{
background-color: #86BDA5;
}
</style>
border-color css
<style>
span { border-color: #86BDA5; }
span { border-color: rgb(134,189,165); }
td.TdClassName
{
border-color: #86BDA5;
}
.TagClassName
{
border-color: #86BDA5;
}
</style>