Shades of Sea Nymph #8BB7AC
Tints of Sea Nymph #8BB7AC
RGB
CMYK
RGB Variations
Color information
#8BB7AC (or 0x8BB7AC) is known color: Sea Nymph. HEX triplet: 8B, B7 and AC. RGB value is (139,183,172). Sum of RGB (Red+Green+Blue) = 139+183+172=494 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.14% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 183 - color contains mainly: green. Hex color #8BB7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB7AC is #744853. Grayscale: #A8A8A8. Windows color (decimal): -7620692 or 11319179. OLE color: 11319179.
HSL color Cylindrical-coordinate representation of color #8BB7AC: hue angle of 165º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8BB7AC is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 139 | 183 | 172 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.28 |
| HSL | 165º | 0.23% | 0.63% | - |
| HSV(B) | 165º | 0.24% | 0.72% | - |
| XYZ | 35.03 | 42.33 | 45.35 | - |
| YUV | 168.59 | 129.92 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 183 | 172 | 0.24 | 0 | 0.06 | 0.28 | 165 | 0.23 | 0.63 |
| Hex | 8B | B7 | AC | 18 | 0 | 6 | 1C | A5 | 17 | 3F |
| Octal | 213 | 267 | 254 | 30 | 0 | 6 | 34 | 245 | 27 | 77 |
| Binary | 10001011 | 10110111 | 10101100 | 11000 | 0 | 110 | 11100 | 10100101 | 10111 | 111111 |
Color Harmonies of #8BB7AC
Complementary color
Monochromatic Colors of #8BB7AC
Black with #8BB7AC
Text Example
Text Example
White with #8BB7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB7AC; }
p { color: rgb(139,183,172); }
H1.HeaderClassName
{
color: #8BB7AC;
}
.AnyTagClassName
{
color: #8BB7AC;
}
</style>
background-color css
<style>
a { background-color: #8BB7AC; }
a { background-color: rgb(139,183,172); }
div.DivClassName
{
background-color: #8BB7AC;
}
.BgClassName
{
background-color: #8BB7AC;
}
</style>
border-color css
<style>
span { border-color: #8BB7AC; }
span { border-color: rgb(139,183,172); }
td.TdClassName
{
border-color: #8BB7AC;
}
.TagClassName
{
border-color: #8BB7AC;
}
</style>