Shades of Sea Nymph #8BBAA5
Tints of Sea Nymph #8BBAA5
RGB
CMYK
RGB Variations
Color information
#8BBAA5 (or 0x8BBAA5) is known color: Sea Nymph. HEX triplet: 8B, BA and A5. RGB value is (139,186,165). Sum of RGB (Red+Green+Blue) = 139+186+165=490 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.37% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBAA5 is #74455A. Grayscale: #A9A9A9. Windows color (decimal): -7619931 or 10861195. OLE color: 10861195.
HSL color Cylindrical-coordinate representation of color #8BBAA5: hue angle of 153.19º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8BBAA5 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 186 | 165 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.27 |
| HSL | 153.19º | 0.25% | 0.64% | - |
| HSV(B) | 153.19º | 0.25% | 0.73% | - |
| XYZ | 35 | 43.32 | 42.11 | - |
| YUV | 169.55 | 125.43 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 186 | 165 | 0.25 | 0 | 0.11 | 0.27 | 153.19 | 0.25 | 0.64 |
| Hex | 8B | BA | A5 | 19 | 0 | B | 1B | 99 | 19 | 40 |
| Octal | 213 | 272 | 245 | 31 | 0 | 13 | 33 | 231 | 31 | 100 |
| Binary | 10001011 | 10111010 | 10100101 | 11001 | 0 | 1011 | 11011 | 10011001 | 11001 | 1000000 |
Color Harmonies of #8BBAA5
Complementary color
Monochromatic Colors of #8BBAA5
Black with #8BBAA5
Text Example
Text Example
White with #8BBAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBAA5; }
p { color: rgb(139,186,165); }
H1.HeaderClassName
{
color: #8BBAA5;
}
.AnyTagClassName
{
color: #8BBAA5;
}
</style>
background-color css
<style>
a { background-color: #8BBAA5; }
a { background-color: rgb(139,186,165); }
div.DivClassName
{
background-color: #8BBAA5;
}
.BgClassName
{
background-color: #8BBAA5;
}
</style>
border-color css
<style>
span { border-color: #8BBAA5; }
span { border-color: rgb(139,186,165); }
td.TdClassName
{
border-color: #8BBAA5;
}
.TagClassName
{
border-color: #8BBAA5;
}
</style>