Shades of Sea Nymph #8EBAAB
Tints of Sea Nymph #8EBAAB
RGB
CMYK
RGB Variations
Color information
#8EBAAB (or 0x8EBAAB) is known color: Sea Nymph. HEX triplet: 8E, BA and AB. RGB value is (142,186,171). Sum of RGB (Red+Green+Blue) = 142+186+171=499 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.46% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBAAB is #714554. Grayscale: #ABABAB. Windows color (decimal): -7423317 or 11254414. OLE color: 11254414.
HSL color Cylindrical-coordinate representation of color #8EBAAB: hue angle of 159.55º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8EBAAB is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 186 | 171 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.27 |
| HSL | 159.55º | 0.24% | 0.64% | - |
| HSV(B) | 159.55º | 0.24% | 0.73% | - |
| XYZ | 36.06 | 43.81 | 45.08 | - |
| YUV | 171.13 | 127.92 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 186 | 171 | 0.24 | 0 | 0.08 | 0.27 | 159.55 | 0.24 | 0.64 |
| Hex | 8E | BA | AB | 18 | 0 | 8 | 1B | A0 | 18 | 40 |
| Octal | 216 | 272 | 253 | 30 | 0 | 10 | 33 | 240 | 30 | 100 |
| Binary | 10001110 | 10111010 | 10101011 | 11000 | 0 | 1000 | 11011 | 10100000 | 11000 | 1000000 |
Color Harmonies of #8EBAAB
Complementary color
Monochromatic Colors of #8EBAAB
Black with #8EBAAB
Text Example
Text Example
White with #8EBAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBAAB; }
p { color: rgb(142,186,171); }
H1.HeaderClassName
{
color: #8EBAAB;
}
.AnyTagClassName
{
color: #8EBAAB;
}
</style>
background-color css
<style>
a { background-color: #8EBAAB; }
a { background-color: rgb(142,186,171); }
div.DivClassName
{
background-color: #8EBAAB;
}
.BgClassName
{
background-color: #8EBAAB;
}
</style>
border-color css
<style>
span { border-color: #8EBAAB; }
span { border-color: rgb(142,186,171); }
td.TdClassName
{
border-color: #8EBAAB;
}
.TagClassName
{
border-color: #8EBAAB;
}
</style>