Shades of Dark Sea Green #8CAF8D
Tints of Dark Sea Green #8CAF8D
RGB
CMYK
RGB Variations
Color information
#8CAF8D (or 0x8CAF8D) is known color: Dark Sea Green. HEX triplet: 8C, AF and 8D. RGB value is (140,175,141). Sum of RGB (Red+Green+Blue) = 140+175+141=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAF8D is #735072. Grayscale: #A0A0A0. Windows color (decimal): -7557235 or 9285516. OLE color: 9285516.
HSL color Cylindrical-coordinate representation of color #8CAF8D: hue angle of 121.71º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8CAF8D is Cyan = 0.2, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 175 | 141 | - |
| CMYK | 0.2 | 0 | 0.19 | 0.31 |
| HSL | 121.71º | 0.18% | 0.62% | - |
| HSV(B) | 121.71º | 0.2% | 0.69% | - |
| XYZ | 30.95 | 38.16 | 30.93 | - |
| YUV | 160.66 | 116.9 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 141 | 0.2 | 0 | 0.19 | 0.31 | 121.71 | 0.18 | 0.62 |
| Hex | 8C | AF | 8D | 14 | 0 | 13 | 1F | 7A | 12 | 3E |
| Octal | 214 | 257 | 215 | 24 | 0 | 23 | 37 | 172 | 22 | 76 |
| Binary | 10001100 | 10101111 | 10001101 | 10100 | 0 | 10011 | 11111 | 1111010 | 10010 | 111110 |
Color Harmonies of #8CAF8D
Complementary color
Monochromatic Colors of #8CAF8D
Black with #8CAF8D
Text Example
Text Example
White with #8CAF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAF8D; }
p { color: rgb(140,175,141); }
H1.HeaderClassName
{
color: #8CAF8D;
}
.AnyTagClassName
{
color: #8CAF8D;
}
</style>
background-color css
<style>
a { background-color: #8CAF8D; }
a { background-color: rgb(140,175,141); }
div.DivClassName
{
background-color: #8CAF8D;
}
.BgClassName
{
background-color: #8CAF8D;
}
</style>
border-color css
<style>
span { border-color: #8CAF8D; }
span { border-color: rgb(140,175,141); }
td.TdClassName
{
border-color: #8CAF8D;
}
.TagClassName
{
border-color: #8CAF8D;
}
</style>