Shades of Dark Sea Green #8AB38B
Tints of Dark Sea Green #8AB38B
RGB
CMYK
RGB Variations
Color information
#8AB38B (or 0x8AB38B) is known color: Dark Sea Green. HEX triplet: 8A, B3 and 8B. RGB value is (138,179,139). Sum of RGB (Red+Green+Blue) = 138+179+139=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB38B is #754C74. Grayscale: #A2A2A2. Windows color (decimal): -7687285 or 9155466. OLE color: 9155466.
HSL color Cylindrical-coordinate representation of color #8AB38B: hue angle of 121.46º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8AB38B is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 179 | 139 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.30 |
| HSL | 121.46º | 0.21% | 0.62% | - |
| HSV(B) | 121.46º | 0.23% | 0.7% | - |
| XYZ | 31.26 | 39.51 | 30.4 | - |
| YUV | 162.18 | 114.92 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 179 | 139 | 0.23 | 0 | 0.22 | 0.30 | 121.46 | 0.21 | 0.62 |
| Hex | 8A | B3 | 8B | 17 | 0 | 16 | 1E | 79 | 15 | 3E |
| Octal | 212 | 263 | 213 | 27 | 0 | 26 | 36 | 171 | 25 | 76 |
| Binary | 10001010 | 10110011 | 10001011 | 10111 | 0 | 10110 | 11110 | 1111001 | 10101 | 111110 |
Color Harmonies of #8AB38B
Complementary color
Monochromatic Colors of #8AB38B
Black with #8AB38B
Text Example
Text Example
White with #8AB38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB38B; }
p { color: rgb(138,179,139); }
H1.HeaderClassName
{
color: #8AB38B;
}
.AnyTagClassName
{
color: #8AB38B;
}
</style>
background-color css
<style>
a { background-color: #8AB38B; }
a { background-color: rgb(138,179,139); }
div.DivClassName
{
background-color: #8AB38B;
}
.BgClassName
{
background-color: #8AB38B;
}
</style>
border-color css
<style>
span { border-color: #8AB38B; }
span { border-color: rgb(138,179,139); }
td.TdClassName
{
border-color: #8AB38B;
}
.TagClassName
{
border-color: #8AB38B;
}
</style>