Shades of Dark Sea Green #8BC190
Tints of Dark Sea Green #8BC190
RGB
CMYK
RGB Variations
Color information
#8BC190 (or 0x8BC190) is known color: Dark Sea Green. HEX triplet: 8B, C1 and 90. RGB value is (139,193,144). Sum of RGB (Red+Green+Blue) = 139+193+144=476 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.20% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 193 - color contains mainly: green. Hex color #8BC190 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC190 is #743E6F. Grayscale: #ABABAB. Windows color (decimal): -7618160 or 9486731. OLE color: 9486731.
HSL color Cylindrical-coordinate representation of color #8BC190: hue angle of 125.56º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8BC190 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 193 | 144 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.24 |
| HSL | 125.56º | 0.3% | 0.65% | - |
| HSV(B) | 125.56º | 0.28% | 0.76% | - |
| XYZ | 34.75 | 45.64 | 33.36 | - |
| YUV | 171.27 | 112.61 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 193 | 144 | 0.28 | 0 | 0.25 | 0.24 | 125.56 | 0.3 | 0.65 |
| Hex | 8B | C1 | 90 | 1C | 0 | 19 | 18 | 7E | 1E | 41 |
| Octal | 213 | 301 | 220 | 34 | 0 | 31 | 30 | 176 | 36 | 101 |
| Binary | 10001011 | 11000001 | 10010000 | 11100 | 0 | 11001 | 11000 | 1111110 | 11110 | 1000001 |
Color Harmonies of #8BC190
Complementary color
Monochromatic Colors of #8BC190
Black with #8BC190
Text Example
Text Example
White with #8BC190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC190; }
p { color: rgb(139,193,144); }
H1.HeaderClassName
{
color: #8BC190;
}
.AnyTagClassName
{
color: #8BC190;
}
</style>
background-color css
<style>
a { background-color: #8BC190; }
a { background-color: rgb(139,193,144); }
div.DivClassName
{
background-color: #8BC190;
}
.BgClassName
{
background-color: #8BC190;
}
</style>
border-color css
<style>
span { border-color: #8BC190; }
span { border-color: rgb(139,193,144); }
td.TdClassName
{
border-color: #8BC190;
}
.TagClassName
{
border-color: #8BC190;
}
</style>