Shades of Dark Sea Green #8BBC83
Tints of Dark Sea Green #8BBC83
RGB
CMYK
RGB Variations
Color information
#8BBC83 (or 0x8BBC83) is known color: Dark Sea Green. HEX triplet: 8B, BC and 83. RGB value is (139,188,131). Sum of RGB (Red+Green+Blue) = 139+188+131=458 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.35% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 131 (51.56% from 255 or 28.60% from 458); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBC83 is #74437C. Grayscale: #A7A7A7. Windows color (decimal): -7619453 or 8633483. OLE color: 8633483.
HSL color Cylindrical-coordinate representation of color #8BBC83: hue angle of 111.58º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8BBC83 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 188 | 131 | - |
| CMYK | 0.26 | 0 | 0.30 | 0.26 |
| HSL | 111.58º | 0.3% | 0.63% | - |
| HSV(B) | 111.58º | 0.3% | 0.74% | - |
| XYZ | 32.73 | 43.09 | 28.07 | - |
| YUV | 166.85 | 107.77 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 131 | 0.26 | 0 | 0.30 | 0.26 | 111.58 | 0.3 | 0.63 |
| Hex | 8B | BC | 83 | 1A | 0 | 1E | 1A | 70 | 1E | 3F |
| Octal | 213 | 274 | 203 | 32 | 0 | 36 | 32 | 160 | 36 | 77 |
| Binary | 10001011 | 10111100 | 10000011 | 11010 | 0 | 11110 | 11010 | 1110000 | 11110 | 111111 |
Color Harmonies of #8BBC83
Complementary color
Monochromatic Colors of #8BBC83
Black with #8BBC83
Text Example
Text Example
White with #8BBC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBC83; }
p { color: rgb(139,188,131); }
H1.HeaderClassName
{
color: #8BBC83;
}
.AnyTagClassName
{
color: #8BBC83;
}
</style>
background-color css
<style>
a { background-color: #8BBC83; }
a { background-color: rgb(139,188,131); }
div.DivClassName
{
background-color: #8BBC83;
}
.BgClassName
{
background-color: #8BBC83;
}
</style>
border-color css
<style>
span { border-color: #8BBC83; }
span { border-color: rgb(139,188,131); }
td.TdClassName
{
border-color: #8BBC83;
}
.TagClassName
{
border-color: #8BBC83;
}
</style>