Shades of Dark Sea Green #8BB690
Tints of Dark Sea Green #8BB690
RGB
CMYK
RGB Variations
Color information
#8BB690 (or 0x8BB690) is known color: Dark Sea Green. HEX triplet: 8B, B6 and 90. RGB value is (139,182,144). Sum of RGB (Red+Green+Blue) = 139+182+144=465 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.89% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 182 - color contains mainly: green. Hex color #8BB690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB690 is #74496F. Grayscale: #A4A4A4. Windows color (decimal): -7620976 or 9483915. OLE color: 9483915.
HSL color Cylindrical-coordinate representation of color #8BB690: hue angle of 126.98º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8BB690 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 182 | 144 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.29 |
| HSL | 126.98º | 0.23% | 0.63% | - |
| HSV(B) | 126.98º | 0.24% | 0.71% | - |
| XYZ | 32.41 | 40.96 | 32.58 | - |
| YUV | 164.81 | 116.25 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 182 | 144 | 0.24 | 0 | 0.21 | 0.29 | 126.98 | 0.23 | 0.63 |
| Hex | 8B | B6 | 90 | 18 | 0 | 15 | 1D | 7F | 17 | 3F |
| Octal | 213 | 266 | 220 | 30 | 0 | 25 | 35 | 177 | 27 | 77 |
| Binary | 10001011 | 10110110 | 10010000 | 11000 | 0 | 10101 | 11101 | 1111111 | 10111 | 111111 |
Color Harmonies of #8BB690
Complementary color
Monochromatic Colors of #8BB690
Black with #8BB690
Text Example
Text Example
White with #8BB690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB690; }
p { color: rgb(139,182,144); }
H1.HeaderClassName
{
color: #8BB690;
}
.AnyTagClassName
{
color: #8BB690;
}
</style>
background-color css
<style>
a { background-color: #8BB690; }
a { background-color: rgb(139,182,144); }
div.DivClassName
{
background-color: #8BB690;
}
.BgClassName
{
background-color: #8BB690;
}
</style>
border-color css
<style>
span { border-color: #8BB690; }
span { border-color: rgb(139,182,144); }
td.TdClassName
{
border-color: #8BB690;
}
.TagClassName
{
border-color: #8BB690;
}
</style>