Shades of Sea Nymph #8BBCA7
Tints of Sea Nymph #8BBCA7
RGB
CMYK
RGB Variations
Color information
#8BBCA7 (or 0x8BBCA7) is known color: Sea Nymph. HEX triplet: 8B, BC and A7. RGB value is (139,188,167). Sum of RGB (Red+Green+Blue) = 139+188+167=494 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.14% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 167 (65.62% from 255 or 33.81% from 494); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBCA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBCA7 is #744358. Grayscale: #AAAAAA. Windows color (decimal): -7619417 or 10992779. OLE color: 10992779.
HSL color Cylindrical-coordinate representation of color #8BBCA7: hue angle of 154.29º 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 #8BBCA7 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 188 | 167 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.26 |
| HSL | 154.29º | 0.27% | 0.64% | - |
| HSV(B) | 154.29º | 0.26% | 0.74% | - |
| XYZ | 35.61 | 44.25 | 43.22 | - |
| YUV | 170.96 | 125.77 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 167 | 0.26 | 0 | 0.11 | 0.26 | 154.29 | 0.27 | 0.64 |
| Hex | 8B | BC | A7 | 1A | 0 | B | 1A | 9A | 1B | 40 |
| Octal | 213 | 274 | 247 | 32 | 0 | 13 | 32 | 232 | 33 | 100 |
| Binary | 10001011 | 10111100 | 10100111 | 11010 | 0 | 1011 | 11010 | 10011010 | 11011 | 1000000 |
Color Harmonies of #8BBCA7
Complementary color
Monochromatic Colors of #8BBCA7
Black with #8BBCA7
Text Example
Text Example
White with #8BBCA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBCA7; }
p { color: rgb(139,188,167); }
H1.HeaderClassName
{
color: #8BBCA7;
}
.AnyTagClassName
{
color: #8BBCA7;
}
</style>
background-color css
<style>
a { background-color: #8BBCA7; }
a { background-color: rgb(139,188,167); }
div.DivClassName
{
background-color: #8BBCA7;
}
.BgClassName
{
background-color: #8BBCA7;
}
</style>
border-color css
<style>
span { border-color: #8BBCA7; }
span { border-color: rgb(139,188,167); }
td.TdClassName
{
border-color: #8BBCA7;
}
.TagClassName
{
border-color: #8BBCA7;
}
</style>