Shades of Sea Nymph #8BBCAA
Tints of Sea Nymph #8BBCAA
RGB
CMYK
RGB Variations
Color information
#8BBCAA (or 0x8BBCAA) is known color: Sea Nymph. HEX triplet: 8B, BC and AA. RGB value is (139,188,170). Sum of RGB (Red+Green+Blue) = 139+188+170=497 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.97% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBCAA is #744355. Grayscale: #ABABAB. Windows color (decimal): -7619414 or 11189387. OLE color: 11189387.
HSL color Cylindrical-coordinate representation of color #8BBCAA: hue angle of 157.96º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8BBCAA is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 188 | 170 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.26 |
| HSL | 157.96º | 0.27% | 0.64% | - |
| HSV(B) | 157.96º | 0.26% | 0.74% | - |
| XYZ | 35.89 | 44.36 | 44.7 | - |
| YUV | 171.3 | 127.27 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 170 | 0.26 | 0 | 0.10 | 0.26 | 157.96 | 0.27 | 0.64 |
| Hex | 8B | BC | AA | 1A | 0 | A | 1A | 9E | 1B | 40 |
| Octal | 213 | 274 | 252 | 32 | 0 | 12 | 32 | 236 | 33 | 100 |
| Binary | 10001011 | 10111100 | 10101010 | 11010 | 0 | 1010 | 11010 | 10011110 | 11011 | 1000000 |
Color Harmonies of #8BBCAA
Complementary color
Monochromatic Colors of #8BBCAA
Black with #8BBCAA
Text Example
Text Example
White with #8BBCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBCAA; }
p { color: rgb(139,188,170); }
H1.HeaderClassName
{
color: #8BBCAA;
}
.AnyTagClassName
{
color: #8BBCAA;
}
</style>
background-color css
<style>
a { background-color: #8BBCAA; }
a { background-color: rgb(139,188,170); }
div.DivClassName
{
background-color: #8BBCAA;
}
.BgClassName
{
background-color: #8BBCAA;
}
</style>
border-color css
<style>
span { border-color: #8BBCAA; }
span { border-color: rgb(139,188,170); }
td.TdClassName
{
border-color: #8BBCAA;
}
.TagClassName
{
border-color: #8BBCAA;
}
</style>