Shades of Sea Nymph #8BABA2
Tints of Sea Nymph #8BABA2
RGB
CMYK
RGB Variations
Color information
#8BABA2 (or 0x8BABA2) is known color: Sea Nymph. HEX triplet: 8B, AB and A2. RGB value is (139,171,162). Sum of RGB (Red+Green+Blue) = 139+171+162=472 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.45% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 162 (63.67% from 255 or 34.32% from 472); Max value from RGB is 171 - color contains mainly: green. Hex color #8BABA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BABA2 is #74545D. Grayscale: #A0A0A0. Windows color (decimal): -7623774 or 10660747. OLE color: 10660747.
HSL color Cylindrical-coordinate representation of color #8BABA2: hue angle of 163.12º 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 #8BABA2 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 171 | 162 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.33 |
| HSL | 163.13º | 0.16% | 0.61% | - |
| HSV(B) | 163.13º | 0.19% | 0.67% | - |
| XYZ | 31.73 | 37.22 | 39.69 | - |
| YUV | 160.41 | 128.9 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 171 | 162 | 0.19 | 0 | 0.05 | 0.33 | 163.13 | 0.16 | 0.61 |
| Hex | 8B | AB | A2 | 13 | 0 | 5 | 21 | A3 | 10 | 3D |
| Octal | 213 | 253 | 242 | 23 | 0 | 5 | 41 | 243 | 20 | 75 |
| Binary | 10001011 | 10101011 | 10100010 | 10011 | 0 | 101 | 100001 | 10100011 | 10000 | 111101 |
Color Harmonies of #8BABA2
Complementary color
Monochromatic Colors of #8BABA2
Black with #8BABA2
Text Example
Text Example
White with #8BABA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BABA2; }
p { color: rgb(139,171,162); }
H1.HeaderClassName
{
color: #8BABA2;
}
.AnyTagClassName
{
color: #8BABA2;
}
</style>
background-color css
<style>
a { background-color: #8BABA2; }
a { background-color: rgb(139,171,162); }
div.DivClassName
{
background-color: #8BABA2;
}
.BgClassName
{
background-color: #8BABA2;
}
</style>
border-color css
<style>
span { border-color: #8BABA2; }
span { border-color: rgb(139,171,162); }
td.TdClassName
{
border-color: #8BABA2;
}
.TagClassName
{
border-color: #8BABA2;
}
</style>