Shades of Sea Nymph #8BABA8
Tints of Sea Nymph #8BABA8
RGB
CMYK
RGB Variations
Color information
#8BABA8 (or 0x8BABA8) is known color: Sea Nymph. HEX triplet: 8B, AB and A8. RGB value is (139,171,168). Sum of RGB (Red+Green+Blue) = 139+171+168=478 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.08% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 168 (66.02% from 255 or 35.15% from 478); Max value from RGB is 171 - color contains mainly: green. Hex color #8BABA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BABA8 is #745457. Grayscale: #A1A1A1. Windows color (decimal): -7623768 or 11053963. OLE color: 11053963.
HSL color Cylindrical-coordinate representation of color #8BABA8: hue angle of 174.38º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8BABA8 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 171 | 168 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.33 |
| HSL | 174.38º | 0.16% | 0.61% | - |
| HSV(B) | 174.38º | 0.19% | 0.67% | - |
| XYZ | 32.28 | 37.44 | 42.57 | - |
| YUV | 161.09 | 131.9 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 171 | 168 | 0.19 | 0 | 0.02 | 0.33 | 174.38 | 0.16 | 0.61 |
| Hex | 8B | AB | A8 | 13 | 0 | 2 | 21 | AE | 10 | 3D |
| Octal | 213 | 253 | 250 | 23 | 0 | 2 | 41 | 256 | 20 | 75 |
| Binary | 10001011 | 10101011 | 10101000 | 10011 | 0 | 10 | 100001 | 10101110 | 10000 | 111101 |
Color Harmonies of #8BABA8
Complementary color
Monochromatic Colors of #8BABA8
Black with #8BABA8
Text Example
Text Example
White with #8BABA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BABA8; }
p { color: rgb(139,171,168); }
H1.HeaderClassName
{
color: #8BABA8;
}
.AnyTagClassName
{
color: #8BABA8;
}
</style>
background-color css
<style>
a { background-color: #8BABA8; }
a { background-color: rgb(139,171,168); }
div.DivClassName
{
background-color: #8BABA8;
}
.BgClassName
{
background-color: #8BABA8;
}
</style>
border-color css
<style>
span { border-color: #8BABA8; }
span { border-color: rgb(139,171,168); }
td.TdClassName
{
border-color: #8BABA8;
}
.TagClassName
{
border-color: #8BABA8;
}
</style>