Shades of Sea Nymph #8BBCAB
Tints of Sea Nymph #8BBCAB
RGB
CMYK
RGB Variations
Color information
#8BBCAB (or 0x8BBCAB) is known color: Sea Nymph. HEX triplet: 8B, BC and AB. RGB value is (139,188,171). Sum of RGB (Red+Green+Blue) = 139+188+171=498 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.91% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBCAB is #744354. Grayscale: #ABABAB. Windows color (decimal): -7619413 or 11254923. OLE color: 11254923.
HSL color Cylindrical-coordinate representation of color #8BBCAB: hue angle of 159.18º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8BBCAB is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 188 | 171 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.26 |
| HSL | 159.18º | 0.27% | 0.64% | - |
| HSV(B) | 159.18º | 0.26% | 0.74% | - |
| XYZ | 35.98 | 44.4 | 45.2 | - |
| YUV | 171.41 | 127.77 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 171 | 0.26 | 0 | 0.09 | 0.26 | 159.18 | 0.27 | 0.64 |
| Hex | 8B | BC | AB | 1A | 0 | 9 | 1A | 9F | 1B | 40 |
| Octal | 213 | 274 | 253 | 32 | 0 | 11 | 32 | 237 | 33 | 100 |
| Binary | 10001011 | 10111100 | 10101011 | 11010 | 0 | 1001 | 11010 | 10011111 | 11011 | 1000000 |
Color Harmonies of #8BBCAB
Complementary color
Monochromatic Colors of #8BBCAB
Black with #8BBCAB
Text Example
Text Example
White with #8BBCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBCAB; }
p { color: rgb(139,188,171); }
H1.HeaderClassName
{
color: #8BBCAB;
}
.AnyTagClassName
{
color: #8BBCAB;
}
</style>
background-color css
<style>
a { background-color: #8BBCAB; }
a { background-color: rgb(139,188,171); }
div.DivClassName
{
background-color: #8BBCAB;
}
.BgClassName
{
background-color: #8BBCAB;
}
</style>
border-color css
<style>
span { border-color: #8BBCAB; }
span { border-color: rgb(139,188,171); }
td.TdClassName
{
border-color: #8BBCAB;
}
.TagClassName
{
border-color: #8BBCAB;
}
</style>