Shades of Dark Sea Green #8CB590
Tints of Dark Sea Green #8CB590
RGB
CMYK
RGB Variations
Color information
#8CB590 (or 0x8CB590) is known color: Dark Sea Green. HEX triplet: 8C, B5 and 90. RGB value is (140,181,144). Sum of RGB (Red+Green+Blue) = 140+181+144=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB590 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB590 is #734A6F. Grayscale: #A4A4A4. Windows color (decimal): -7555696 or 9483660. OLE color: 9483660.
HSL color Cylindrical-coordinate representation of color #8CB590: hue angle of 125.85º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8CB590 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 181 | 144 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.29 |
| HSL | 125.85º | 0.22% | 0.63% | - |
| HSV(B) | 125.85º | 0.23% | 0.71% | - |
| XYZ | 32.37 | 40.64 | 32.52 | - |
| YUV | 164.52 | 116.42 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 181 | 144 | 0.23 | 0 | 0.20 | 0.29 | 125.85 | 0.22 | 0.63 |
| Hex | 8C | B5 | 90 | 17 | 0 | 14 | 1D | 7E | 16 | 3F |
| Octal | 214 | 265 | 220 | 27 | 0 | 24 | 35 | 176 | 26 | 77 |
| Binary | 10001100 | 10110101 | 10010000 | 10111 | 0 | 10100 | 11101 | 1111110 | 10110 | 111111 |
Color Harmonies of #8CB590
Complementary color
Monochromatic Colors of #8CB590
Black with #8CB590
Text Example
Text Example
White with #8CB590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB590; }
p { color: rgb(140,181,144); }
H1.HeaderClassName
{
color: #8CB590;
}
.AnyTagClassName
{
color: #8CB590;
}
</style>
background-color css
<style>
a { background-color: #8CB590; }
a { background-color: rgb(140,181,144); }
div.DivClassName
{
background-color: #8CB590;
}
.BgClassName
{
background-color: #8CB590;
}
</style>
border-color css
<style>
span { border-color: #8CB590; }
span { border-color: rgb(140,181,144); }
td.TdClassName
{
border-color: #8CB590;
}
.TagClassName
{
border-color: #8CB590;
}
</style>