Shades of Dark Sea Green #8BC493
Tints of Dark Sea Green #8BC493
RGB
CMYK
RGB Variations
Color information
#8BC493 (or 0x8BC493) is known color: Dark Sea Green. HEX triplet: 8B, C4 and 93. RGB value is (139,196,147). Sum of RGB (Red+Green+Blue) = 139+196+147=482 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.84% from 482); Green value is 196 (76.95% from 255 or 40.66% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 196 - color contains mainly: green. Hex color #8BC493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC493 is #743B6C. Grayscale: #ADADAD. Windows color (decimal): -7617389 or 9684107. OLE color: 9684107.
HSL color Cylindrical-coordinate representation of color #8BC493: hue angle of 128.42º 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 #8BC493 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 196 | 147 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.23 |
| HSL | 128.42º | 0.33% | 0.66% | - |
| HSV(B) | 128.42º | 0.29% | 0.77% | - |
| XYZ | 35.65 | 47.08 | 34.81 | - |
| YUV | 173.37 | 113.12 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 196 | 147 | 0.29 | 0 | 0.25 | 0.23 | 128.42 | 0.33 | 0.66 |
| Hex | 8B | C4 | 93 | 1D | 0 | 19 | 17 | 80 | 21 | 42 |
| Octal | 213 | 304 | 223 | 35 | 0 | 31 | 27 | 200 | 41 | 102 |
| Binary | 10001011 | 11000100 | 10010011 | 11101 | 0 | 11001 | 10111 | 10000000 | 100001 | 1000010 |
Color Harmonies of #8BC493
Complementary color
Monochromatic Colors of #8BC493
Black with #8BC493
Text Example
Text Example
White with #8BC493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC493; }
p { color: rgb(139,196,147); }
H1.HeaderClassName
{
color: #8BC493;
}
.AnyTagClassName
{
color: #8BC493;
}
</style>
background-color css
<style>
a { background-color: #8BC493; }
a { background-color: rgb(139,196,147); }
div.DivClassName
{
background-color: #8BC493;
}
.BgClassName
{
background-color: #8BC493;
}
</style>
border-color css
<style>
span { border-color: #8BC493; }
span { border-color: rgb(139,196,147); }
td.TdClassName
{
border-color: #8BC493;
}
.TagClassName
{
border-color: #8BC493;
}
</style>