Shades of Dark Sea Green #8BC492
Tints of Dark Sea Green #8BC492
RGB
CMYK
RGB Variations
Color information
#8BC492 (or 0x8BC492) is known color: Dark Sea Green. HEX triplet: 8B, C4 and 92. RGB value is (139,196,146). Sum of RGB (Red+Green+Blue) = 139+196+146=481 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.90% from 481); Green value is 196 (76.95% from 255 or 40.75% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 196 - color contains mainly: green. Hex color #8BC492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC492 is #743B6D. Grayscale: #ADADAD. Windows color (decimal): -7617390 or 9618571. OLE color: 9618571.
HSL color Cylindrical-coordinate representation of color #8BC492: hue angle of 127.37º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BC492 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 196 | 146 | - |
| CMYK | 0.29 | 0 | 0.26 | 0.23 |
| HSL | 127.37º | 0.33% | 0.66% | - |
| HSV(B) | 127.37º | 0.29% | 0.77% | - |
| XYZ | 35.58 | 47.04 | 34.4 | - |
| YUV | 173.26 | 112.62 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 196 | 146 | 0.29 | 0 | 0.26 | 0.23 | 127.37 | 0.33 | 0.66 |
| Hex | 8B | C4 | 92 | 1D | 0 | 1A | 17 | 7F | 21 | 42 |
| Octal | 213 | 304 | 222 | 35 | 0 | 32 | 27 | 177 | 41 | 102 |
| Binary | 10001011 | 11000100 | 10010010 | 11101 | 0 | 11010 | 10111 | 1111111 | 100001 | 1000010 |
Color Harmonies of #8BC492
Complementary color
Monochromatic Colors of #8BC492
Black with #8BC492
Text Example
Text Example
White with #8BC492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC492; }
p { color: rgb(139,196,146); }
H1.HeaderClassName
{
color: #8BC492;
}
.AnyTagClassName
{
color: #8BC492;
}
</style>
background-color css
<style>
a { background-color: #8BC492; }
a { background-color: rgb(139,196,146); }
div.DivClassName
{
background-color: #8BC492;
}
.BgClassName
{
background-color: #8BC492;
}
</style>
border-color css
<style>
span { border-color: #8BC492; }
span { border-color: rgb(139,196,146); }
td.TdClassName
{
border-color: #8BC492;
}
.TagClassName
{
border-color: #8BC492;
}
</style>