Shades of Dark Sea Green #8CBC90
Tints of Dark Sea Green #8CBC90
RGB
CMYK
RGB Variations
Color information
#8CBC90 (or 0x8CBC90) is known color: Dark Sea Green. HEX triplet: 8C, BC and 90. RGB value is (140,188,144). Sum of RGB (Red+Green+Blue) = 140+188+144=472 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.66% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBC90 is #73436F. Grayscale: #A8A8A8. Windows color (decimal): -7553904 or 9485452. OLE color: 9485452.
HSL color Cylindrical-coordinate representation of color #8CBC90: hue angle of 125º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CBC90 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 144 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.26 |
| HSL | 125º | 0.26% | 0.64% | - |
| HSV(B) | 125º | 0.26% | 0.74% | - |
| XYZ | 33.83 | 43.56 | 33.01 | - |
| YUV | 168.63 | 114.1 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 144 | 0.26 | 0 | 0.23 | 0.26 | 125 | 0.26 | 0.64 |
| Hex | 8C | BC | 90 | 1A | 0 | 17 | 1A | 7D | 1A | 40 |
| Octal | 214 | 274 | 220 | 32 | 0 | 27 | 32 | 175 | 32 | 100 |
| Binary | 10001100 | 10111100 | 10010000 | 11010 | 0 | 10111 | 11010 | 1111101 | 11010 | 1000000 |
Color Harmonies of #8CBC90
Complementary color
Monochromatic Colors of #8CBC90
Black with #8CBC90
Text Example
Text Example
White with #8CBC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBC90; }
p { color: rgb(140,188,144); }
H1.HeaderClassName
{
color: #8CBC90;
}
.AnyTagClassName
{
color: #8CBC90;
}
</style>
background-color css
<style>
a { background-color: #8CBC90; }
a { background-color: rgb(140,188,144); }
div.DivClassName
{
background-color: #8CBC90;
}
.BgClassName
{
background-color: #8CBC90;
}
</style>
border-color css
<style>
span { border-color: #8CBC90; }
span { border-color: rgb(140,188,144); }
td.TdClassName
{
border-color: #8CBC90;
}
.TagClassName
{
border-color: #8CBC90;
}
</style>