Shades of Dark Sea Green #8BC094
Tints of Dark Sea Green #8BC094
RGB
CMYK
RGB Variations
Color information
#8BC094 (or 0x8BC094) is known color: Dark Sea Green. HEX triplet: 8B, C0 and 94. RGB value is (139,192,148). Sum of RGB (Red+Green+Blue) = 139+192+148=479 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.02% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 192 - color contains mainly: green. Hex color #8BC094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC094 is #743F6B. Grayscale: #ABABAB. Windows color (decimal): -7618412 or 9748619. OLE color: 9748619.
HSL color Cylindrical-coordinate representation of color #8BC094: hue angle of 130.19º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8BC094 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 192 | 148 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.25 |
| HSL | 130.19º | 0.3% | 0.65% | - |
| HSV(B) | 130.19º | 0.28% | 0.75% | - |
| XYZ | 34.84 | 45.33 | 34.93 | - |
| YUV | 171.14 | 114.94 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 192 | 148 | 0.28 | 0 | 0.23 | 0.25 | 130.19 | 0.3 | 0.65 |
| Hex | 8B | C0 | 94 | 1C | 0 | 17 | 19 | 82 | 1E | 41 |
| Octal | 213 | 300 | 224 | 34 | 0 | 27 | 31 | 202 | 36 | 101 |
| Binary | 10001011 | 11000000 | 10010100 | 11100 | 0 | 10111 | 11001 | 10000010 | 11110 | 1000001 |
Color Harmonies of #8BC094
Complementary color
Monochromatic Colors of #8BC094
Black with #8BC094
Text Example
Text Example
White with #8BC094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC094; }
p { color: rgb(139,192,148); }
H1.HeaderClassName
{
color: #8BC094;
}
.AnyTagClassName
{
color: #8BC094;
}
</style>
background-color css
<style>
a { background-color: #8BC094; }
a { background-color: rgb(139,192,148); }
div.DivClassName
{
background-color: #8BC094;
}
.BgClassName
{
background-color: #8BC094;
}
</style>
border-color css
<style>
span { border-color: #8BC094; }
span { border-color: rgb(139,192,148); }
td.TdClassName
{
border-color: #8BC094;
}
.TagClassName
{
border-color: #8BC094;
}
</style>