Shades of Sea Nymph #8BACA3
Tints of Sea Nymph #8BACA3
RGB
CMYK
RGB Variations
Color information
#8BACA3 (or 0x8BACA3) is known color: Sea Nymph. HEX triplet: 8B, AC and A3. RGB value is (139,172,163). Sum of RGB (Red+Green+Blue) = 139+172+163=474 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.32% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 163 (64.06% from 255 or 34.39% from 474); Max value from RGB is 172 - color contains mainly: green. Hex color #8BACA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BACA3 is #74535C. Grayscale: #A1A1A1. Windows color (decimal): -7623517 or 10726539. OLE color: 10726539.
HSL color Cylindrical-coordinate representation of color #8BACA3: hue angle of 163.64º degrees, saturation: 0.17, 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 #8BACA3 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 172 | 163 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.33 |
| HSL | 163.64º | 0.17% | 0.61% | - |
| HSV(B) | 163.64º | 0.19% | 0.67% | - |
| XYZ | 32.01 | 37.64 | 40.23 | - |
| YUV | 161.11 | 129.07 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 172 | 163 | 0.19 | 0 | 0.05 | 0.33 | 163.64 | 0.17 | 0.61 |
| Hex | 8B | AC | A3 | 13 | 0 | 5 | 21 | A4 | 11 | 3D |
| Octal | 213 | 254 | 243 | 23 | 0 | 5 | 41 | 244 | 21 | 75 |
| Binary | 10001011 | 10101100 | 10100011 | 10011 | 0 | 101 | 100001 | 10100100 | 10001 | 111101 |
Color Harmonies of #8BACA3
Complementary color
Monochromatic Colors of #8BACA3
Black with #8BACA3
Text Example
Text Example
White with #8BACA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BACA3; }
p { color: rgb(139,172,163); }
H1.HeaderClassName
{
color: #8BACA3;
}
.AnyTagClassName
{
color: #8BACA3;
}
</style>
background-color css
<style>
a { background-color: #8BACA3; }
a { background-color: rgb(139,172,163); }
div.DivClassName
{
background-color: #8BACA3;
}
.BgClassName
{
background-color: #8BACA3;
}
</style>
border-color css
<style>
span { border-color: #8BACA3; }
span { border-color: rgb(139,172,163); }
td.TdClassName
{
border-color: #8BACA3;
}
.TagClassName
{
border-color: #8BACA3;
}
</style>