Shades of Dark Sea Green #8CB490
Tints of Dark Sea Green #8CB490
RGB
CMYK
RGB Variations
Color information
#8CB490 (or 0x8CB490) is known color: Dark Sea Green. HEX triplet: 8C, B4 and 90. RGB value is (140,180,144). Sum of RGB (Red+Green+Blue) = 140+180+144=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB490 is #734B6F. Grayscale: #A4A4A4. Windows color (decimal): -7555952 or 9483404. OLE color: 9483404.
HSL color Cylindrical-coordinate representation of color #8CB490: hue angle of 126º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8CB490 is Cyan = 0.22, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 180 | 144 | - |
| CMYK | 0.22 | 0 | 0.2 | 0.29 |
| HSL | 126º | 0.21% | 0.63% | - |
| HSV(B) | 126º | 0.22% | 0.71% | - |
| XYZ | 32.17 | 40.23 | 32.46 | - |
| YUV | 163.94 | 116.75 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 180 | 144 | 0.22 | 0 | 0.2 | 0.29 | 126 | 0.21 | 0.63 |
| Hex | 8C | B4 | 90 | 16 | 0 | 14 | 1D | 7E | 15 | 3F |
| Octal | 214 | 264 | 220 | 26 | 0 | 24 | 35 | 176 | 25 | 77 |
| Binary | 10001100 | 10110100 | 10010000 | 10110 | 0 | 10100 | 11101 | 1111110 | 10101 | 111111 |
Color Harmonies of #8CB490
Complementary color
Monochromatic Colors of #8CB490
Black with #8CB490
Text Example
Text Example
White with #8CB490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB490; }
p { color: rgb(140,180,144); }
H1.HeaderClassName
{
color: #8CB490;
}
.AnyTagClassName
{
color: #8CB490;
}
</style>
background-color css
<style>
a { background-color: #8CB490; }
a { background-color: rgb(140,180,144); }
div.DivClassName
{
background-color: #8CB490;
}
.BgClassName
{
background-color: #8CB490;
}
</style>
border-color css
<style>
span { border-color: #8CB490; }
span { border-color: rgb(140,180,144); }
td.TdClassName
{
border-color: #8CB490;
}
.TagClassName
{
border-color: #8CB490;
}
</style>