Shades of Sea Nymph #8BB2AB
Tints of Sea Nymph #8BB2AB
RGB
CMYK
RGB Variations
Color information
#8BB2AB (or 0x8BB2AB) is known color: Sea Nymph. HEX triplet: 8B, B2 and AB. RGB value is (139,178,171). Sum of RGB (Red+Green+Blue) = 139+178+171=488 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.48% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 178 - color contains mainly: green. Hex color #8BB2AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BB2AB is #744D54. Grayscale: #A5A5A5. Windows color (decimal): -7621973 or 11252363. OLE color: 11252363.
HSL color Cylindrical-coordinate representation of color #8BB2AB: hue angle of 169.23º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8BB2AB is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 139 | 178 | 171 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.30 |
| HSL | 169.23º | 0.2% | 0.62% | - |
| HSV(B) | 169.23º | 0.22% | 0.7% | - |
| XYZ | 33.92 | 40.27 | 44.51 | - |
| YUV | 165.54 | 131.08 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 178 | 171 | 0.22 | 0 | 0.04 | 0.30 | 169.23 | 0.2 | 0.62 |
| Hex | 8B | B2 | AB | 16 | 0 | 4 | 1E | A9 | 14 | 3E |
| Octal | 213 | 262 | 253 | 26 | 0 | 4 | 36 | 251 | 24 | 76 |
| Binary | 10001011 | 10110010 | 10101011 | 10110 | 0 | 100 | 11110 | 10101001 | 10100 | 111110 |
Color Harmonies of #8BB2AB
Complementary color
Monochromatic Colors of #8BB2AB
Black with #8BB2AB
Text Example
Text Example
White with #8BB2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB2AB; }
p { color: rgb(139,178,171); }
H1.HeaderClassName
{
color: #8BB2AB;
}
.AnyTagClassName
{
color: #8BB2AB;
}
</style>
background-color css
<style>
a { background-color: #8BB2AB; }
a { background-color: rgb(139,178,171); }
div.DivClassName
{
background-color: #8BB2AB;
}
.BgClassName
{
background-color: #8BB2AB;
}
</style>
border-color css
<style>
span { border-color: #8BB2AB; }
span { border-color: rgb(139,178,171); }
td.TdClassName
{
border-color: #8BB2AB;
}
.TagClassName
{
border-color: #8BB2AB;
}
</style>