Shades of Dark Sea Green #8CB891
Tints of Dark Sea Green #8CB891
RGB
CMYK
RGB Variations
Color information
#8CB891 (or 0x8CB891) is known color: Dark Sea Green. HEX triplet: 8C, B8 and 91. RGB value is (140,184,145). Sum of RGB (Red+Green+Blue) = 140+184+145=469 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.85% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 145 (57.03% from 255 or 30.92% from 469); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB891 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB891 is #73476E. Grayscale: #A6A6A6. Windows color (decimal): -7554927 or 9549964. OLE color: 9549964.
HSL color Cylindrical-coordinate representation of color #8CB891: hue angle of 126.82º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8CB891 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 184 | 145 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.28 |
| HSL | 126.82º | 0.24% | 0.64% | - |
| HSV(B) | 126.82º | 0.24% | 0.72% | - |
| XYZ | 33.07 | 41.9 | 33.13 | - |
| YUV | 166.4 | 115.92 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 184 | 145 | 0.24 | 0 | 0.21 | 0.28 | 126.82 | 0.24 | 0.64 |
| Hex | 8C | B8 | 91 | 18 | 0 | 15 | 1C | 7F | 18 | 40 |
| Octal | 214 | 270 | 221 | 30 | 0 | 25 | 34 | 177 | 30 | 100 |
| Binary | 10001100 | 10111000 | 10010001 | 11000 | 0 | 10101 | 11100 | 1111111 | 11000 | 1000000 |
Color Harmonies of #8CB891
Complementary color
Monochromatic Colors of #8CB891
Black with #8CB891
Text Example
Text Example
White with #8CB891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB891; }
p { color: rgb(140,184,145); }
H1.HeaderClassName
{
color: #8CB891;
}
.AnyTagClassName
{
color: #8CB891;
}
</style>
background-color css
<style>
a { background-color: #8CB891; }
a { background-color: rgb(140,184,145); }
div.DivClassName
{
background-color: #8CB891;
}
.BgClassName
{
background-color: #8CB891;
}
</style>
border-color css
<style>
span { border-color: #8CB891; }
span { border-color: rgb(140,184,145); }
td.TdClassName
{
border-color: #8CB891;
}
.TagClassName
{
border-color: #8CB891;
}
</style>