Shades of Dark Sea Green #8BBB90
Tints of Dark Sea Green #8BBB90
RGB
CMYK
RGB Variations
Color information
#8BBB90 (or 0x8BBB90) is known color: Dark Sea Green. HEX triplet: 8B, BB and 90. RGB value is (139,187,144). Sum of RGB (Red+Green+Blue) = 139+187+144=470 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.57% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 187 - color contains mainly: green. Hex color #8BBB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBB90 is #74446F. Grayscale: #A7A7A7. Windows color (decimal): -7619696 or 9485195. OLE color: 9485195.
HSL color Cylindrical-coordinate representation of color #8BBB90: hue angle of 126.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8BBB90 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 187 | 144 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.27 |
| HSL | 126.25º | 0.26% | 0.64% | - |
| HSV(B) | 126.25º | 0.26% | 0.73% | - |
| XYZ | 33.45 | 43.04 | 32.93 | - |
| YUV | 167.75 | 114.6 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 187 | 144 | 0.26 | 0 | 0.23 | 0.27 | 126.25 | 0.26 | 0.64 |
| Hex | 8B | BB | 90 | 1A | 0 | 17 | 1B | 7E | 1A | 40 |
| Octal | 213 | 273 | 220 | 32 | 0 | 27 | 33 | 176 | 32 | 100 |
| Binary | 10001011 | 10111011 | 10010000 | 11010 | 0 | 10111 | 11011 | 1111110 | 11010 | 1000000 |
Color Harmonies of #8BBB90
Complementary color
Monochromatic Colors of #8BBB90
Black with #8BBB90
Text Example
Text Example
White with #8BBB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBB90; }
p { color: rgb(139,187,144); }
H1.HeaderClassName
{
color: #8BBB90;
}
.AnyTagClassName
{
color: #8BBB90;
}
</style>
background-color css
<style>
a { background-color: #8BBB90; }
a { background-color: rgb(139,187,144); }
div.DivClassName
{
background-color: #8BBB90;
}
.BgClassName
{
background-color: #8BBB90;
}
</style>
border-color css
<style>
span { border-color: #8BBB90; }
span { border-color: rgb(139,187,144); }
td.TdClassName
{
border-color: #8BBB90;
}
.TagClassName
{
border-color: #8BBB90;
}
</style>