Shades of Sea Nymph #8BBEA9
Tints of Sea Nymph #8BBEA9
RGB
CMYK
RGB Variations
Color information
#8BBEA9 (or 0x8BBEA9) is known color: Sea Nymph. HEX triplet: 8B, BE and A9. RGB value is (139,190,169). Sum of RGB (Red+Green+Blue) = 139+190+169=498 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.91% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 169 (66.41% from 255 or 33.94% from 498); Max value from RGB is 190 - color contains mainly: green. Hex color #8BBEA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBEA9 is #744156. Grayscale: #ACACAC. Windows color (decimal): -7618903 or 11124363. OLE color: 11124363.
HSL color Cylindrical-coordinate representation of color #8BBEA9: hue angle of 155.29º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8BBEA9 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 190 | 169 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.25 |
| HSL | 155.29º | 0.28% | 0.65% | - |
| HSV(B) | 155.29º | 0.27% | 0.75% | - |
| XYZ | 36.22 | 45.18 | 44.35 | - |
| YUV | 172.36 | 126.1 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 190 | 169 | 0.27 | 0 | 0.11 | 0.25 | 155.29 | 0.28 | 0.65 |
| Hex | 8B | BE | A9 | 1B | 0 | B | 19 | 9B | 1C | 41 |
| Octal | 213 | 276 | 251 | 33 | 0 | 13 | 31 | 233 | 34 | 101 |
| Binary | 10001011 | 10111110 | 10101001 | 11011 | 0 | 1011 | 11001 | 10011011 | 11100 | 1000001 |
Color Harmonies of #8BBEA9
Complementary color
Monochromatic Colors of #8BBEA9
Black with #8BBEA9
Text Example
Text Example
White with #8BBEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBEA9; }
p { color: rgb(139,190,169); }
H1.HeaderClassName
{
color: #8BBEA9;
}
.AnyTagClassName
{
color: #8BBEA9;
}
</style>
background-color css
<style>
a { background-color: #8BBEA9; }
a { background-color: rgb(139,190,169); }
div.DivClassName
{
background-color: #8BBEA9;
}
.BgClassName
{
background-color: #8BBEA9;
}
</style>
border-color css
<style>
span { border-color: #8BBEA9; }
span { border-color: rgb(139,190,169); }
td.TdClassName
{
border-color: #8BBEA9;
}
.TagClassName
{
border-color: #8BBEA9;
}
</style>