Shades of Dark Sea Green #8BC393
Tints of Dark Sea Green #8BC393
RGB
CMYK
RGB Variations
Color information
#8BC393 (or 0x8BC393) is known color: Dark Sea Green. HEX triplet: 8B, C3 and 93. RGB value is (139,195,147). Sum of RGB (Red+Green+Blue) = 139+195+147=481 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.90% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 195 - color contains mainly: green. Hex color #8BC393 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC393 is #743C6C. Grayscale: #ACACAC. Windows color (decimal): -7617645 or 9683851. OLE color: 9683851.
HSL color Cylindrical-coordinate representation of color #8BC393: hue angle of 128.57º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BC393 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 195 | 147 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.24 |
| HSL | 128.57º | 0.32% | 0.65% | - |
| HSV(B) | 128.57º | 0.29% | 0.76% | - |
| XYZ | 35.43 | 46.63 | 34.74 | - |
| YUV | 172.78 | 113.45 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 195 | 147 | 0.29 | 0 | 0.25 | 0.24 | 128.57 | 0.32 | 0.65 |
| Hex | 8B | C3 | 93 | 1D | 0 | 19 | 18 | 81 | 20 | 41 |
| Octal | 213 | 303 | 223 | 35 | 0 | 31 | 30 | 201 | 40 | 101 |
| Binary | 10001011 | 11000011 | 10010011 | 11101 | 0 | 11001 | 11000 | 10000001 | 100000 | 1000001 |
Color Harmonies of #8BC393
Complementary color
Monochromatic Colors of #8BC393
Black with #8BC393
Text Example
Text Example
White with #8BC393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC393; }
p { color: rgb(139,195,147); }
H1.HeaderClassName
{
color: #8BC393;
}
.AnyTagClassName
{
color: #8BC393;
}
</style>
background-color css
<style>
a { background-color: #8BC393; }
a { background-color: rgb(139,195,147); }
div.DivClassName
{
background-color: #8BC393;
}
.BgClassName
{
background-color: #8BC393;
}
</style>
border-color css
<style>
span { border-color: #8BC393; }
span { border-color: rgb(139,195,147); }
td.TdClassName
{
border-color: #8BC393;
}
.TagClassName
{
border-color: #8BC393;
}
</style>