Shades of Dark Sea Green #8AB38A
Tints of Dark Sea Green #8AB38A
RGB
CMYK
RGB Variations
Color information
#8AB38A (or 0x8AB38A) is known color: Dark Sea Green. HEX triplet: 8A, B3 and 8A. RGB value is (138,179,138). Sum of RGB (Red+Green+Blue) = 138+179+138=455 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.33% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB38A is #754C75. Grayscale: #A2A2A2. Windows color (decimal): -7687286 or 9089930. OLE color: 9089930.
HSL color Cylindrical-coordinate representation of color #8AB38A: hue angle of 120º 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 #8AB38A is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 179 | 138 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.30 |
| HSL | 120º | 0.21% | 0.62% | - |
| HSV(B) | 120º | 0.23% | 0.7% | - |
| XYZ | 31.19 | 39.48 | 30.02 | - |
| YUV | 162.07 | 114.42 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 179 | 138 | 0.23 | 0 | 0.23 | 0.30 | 120 | 0.21 | 0.62 |
| Hex | 8A | B3 | 8A | 17 | 0 | 17 | 1E | 78 | 15 | 3E |
| Octal | 212 | 263 | 212 | 27 | 0 | 27 | 36 | 170 | 25 | 76 |
| Binary | 10001010 | 10110011 | 10001010 | 10111 | 0 | 10111 | 11110 | 1111000 | 10101 | 111110 |
Color Harmonies of #8AB38A
Complementary color
Monochromatic Colors of #8AB38A
Black with #8AB38A
Text Example
Text Example
White with #8AB38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB38A; }
p { color: rgb(138,179,138); }
H1.HeaderClassName
{
color: #8AB38A;
}
.AnyTagClassName
{
color: #8AB38A;
}
</style>
background-color css
<style>
a { background-color: #8AB38A; }
a { background-color: rgb(138,179,138); }
div.DivClassName
{
background-color: #8AB38A;
}
.BgClassName
{
background-color: #8AB38A;
}
</style>
border-color css
<style>
span { border-color: #8AB38A; }
span { border-color: rgb(138,179,138); }
td.TdClassName
{
border-color: #8AB38A;
}
.TagClassName
{
border-color: #8AB38A;
}
</style>