Shades of Dark Sea Green #8DAF8A
Tints of Dark Sea Green #8DAF8A
RGB
CMYK
RGB Variations
Color information
#8DAF8A (or 0x8DAF8A) is known color: Dark Sea Green. HEX triplet: 8D, AF and 8A. RGB value is (141,175,138). Sum of RGB (Red+Green+Blue) = 141+175+138=454 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.06% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 175 - color contains mainly: green. Hex color #8DAF8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAF8A is #725075. Grayscale: #A0A0A0. Windows color (decimal): -7491702 or 9088909. OLE color: 9088909.
HSL color Cylindrical-coordinate representation of color #8DAF8A: hue angle of 115.14º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8DAF8A is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 175 | 138 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.31 |
| HSL | 115.14º | 0.19% | 0.61% | - |
| HSV(B) | 115.14º | 0.21% | 0.69% | - |
| XYZ | 30.9 | 38.16 | 29.78 | - |
| YUV | 160.62 | 115.24 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 175 | 138 | 0.19 | 0 | 0.21 | 0.31 | 115.14 | 0.19 | 0.61 |
| Hex | 8D | AF | 8A | 13 | 0 | 15 | 1F | 73 | 13 | 3D |
| Octal | 215 | 257 | 212 | 23 | 0 | 25 | 37 | 163 | 23 | 75 |
| Binary | 10001101 | 10101111 | 10001010 | 10011 | 0 | 10101 | 11111 | 1110011 | 10011 | 111101 |
Color Harmonies of #8DAF8A
Complementary color
Monochromatic Colors of #8DAF8A
Black with #8DAF8A
Text Example
Text Example
White with #8DAF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAF8A; }
p { color: rgb(141,175,138); }
H1.HeaderClassName
{
color: #8DAF8A;
}
.AnyTagClassName
{
color: #8DAF8A;
}
</style>
background-color css
<style>
a { background-color: #8DAF8A; }
a { background-color: rgb(141,175,138); }
div.DivClassName
{
background-color: #8DAF8A;
}
.BgClassName
{
background-color: #8DAF8A;
}
</style>
border-color css
<style>
span { border-color: #8DAF8A; }
span { border-color: rgb(141,175,138); }
td.TdClassName
{
border-color: #8DAF8A;
}
.TagClassName
{
border-color: #8DAF8A;
}
</style>