Shades of Dark Sea Green #8CBA88
Tints of Dark Sea Green #8CBA88
RGB
CMYK
RGB Variations
Color information
#8CBA88 (or 0x8CBA88) is known color: Dark Sea Green. HEX triplet: 8C, BA and 88. RGB value is (140,186,136). Sum of RGB (Red+Green+Blue) = 140+186+136=462 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.30% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBA88 is #734577. Grayscale: #A6A6A6. Windows color (decimal): -7554424 or 8960652. OLE color: 8960652.
HSL color Cylindrical-coordinate representation of color #8CBA88: hue angle of 115.2º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8CBA88 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 136 | - |
| CMYK | 0.25 | 0 | 0.27 | 0.27 |
| HSL | 115.2º | 0.27% | 0.63% | - |
| HSV(B) | 115.2º | 0.27% | 0.73% | - |
| XYZ | 32.82 | 42.47 | 29.76 | - |
| YUV | 166.55 | 110.76 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 136 | 0.25 | 0 | 0.27 | 0.27 | 115.2 | 0.27 | 0.63 |
| Hex | 8C | BA | 88 | 19 | 0 | 1B | 1B | 73 | 1B | 3F |
| Octal | 214 | 272 | 210 | 31 | 0 | 33 | 33 | 163 | 33 | 77 |
| Binary | 10001100 | 10111010 | 10001000 | 11001 | 0 | 11011 | 11011 | 1110011 | 11011 | 111111 |
Color Harmonies of #8CBA88
Complementary color
Monochromatic Colors of #8CBA88
Black with #8CBA88
Text Example
Text Example
White with #8CBA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBA88; }
p { color: rgb(140,186,136); }
H1.HeaderClassName
{
color: #8CBA88;
}
.AnyTagClassName
{
color: #8CBA88;
}
</style>
background-color css
<style>
a { background-color: #8CBA88; }
a { background-color: rgb(140,186,136); }
div.DivClassName
{
background-color: #8CBA88;
}
.BgClassName
{
background-color: #8CBA88;
}
</style>
border-color css
<style>
span { border-color: #8CBA88; }
span { border-color: rgb(140,186,136); }
td.TdClassName
{
border-color: #8CBA88;
}
.TagClassName
{
border-color: #8CBA88;
}
</style>