Shades of Dark Sea Green #8AB18A
Tints of Dark Sea Green #8AB18A
RGB
CMYK
RGB Variations
Color information
#8AB18A (or 0x8AB18A) is known color: Dark Sea Green. HEX triplet: 8A, B1 and 8A. RGB value is (138,177,138). Sum of RGB (Red+Green+Blue) = 138+177+138=453 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.46% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 177 - color contains mainly: green. Hex color #8AB18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AB18A is #754E75. Grayscale: #A1A1A1. Windows color (decimal): -7687798 or 9089418. OLE color: 9089418.
HSL color Cylindrical-coordinate representation of color #8AB18A: hue angle of 120º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8AB18A is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 177 | 138 | - |
| CMYK | 0.22 | 0 | 0.22 | 0.31 |
| HSL | 120º | 0.2% | 0.62% | - |
| HSV(B) | 120º | 0.22% | 0.69% | - |
| XYZ | 30.79 | 38.68 | 29.89 | - |
| YUV | 160.89 | 115.08 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 177 | 138 | 0.22 | 0 | 0.22 | 0.31 | 120 | 0.2 | 0.62 |
| Hex | 8A | B1 | 8A | 16 | 0 | 16 | 1F | 78 | 14 | 3E |
| Octal | 212 | 261 | 212 | 26 | 0 | 26 | 37 | 170 | 24 | 76 |
| Binary | 10001010 | 10110001 | 10001010 | 10110 | 0 | 10110 | 11111 | 1111000 | 10100 | 111110 |
Color Harmonies of #8AB18A
Complementary color
Monochromatic Colors of #8AB18A
Black with #8AB18A
Text Example
Text Example
White with #8AB18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB18A; }
p { color: rgb(138,177,138); }
H1.HeaderClassName
{
color: #8AB18A;
}
.AnyTagClassName
{
color: #8AB18A;
}
</style>
background-color css
<style>
a { background-color: #8AB18A; }
a { background-color: rgb(138,177,138); }
div.DivClassName
{
background-color: #8AB18A;
}
.BgClassName
{
background-color: #8AB18A;
}
</style>
border-color css
<style>
span { border-color: #8AB18A; }
span { border-color: rgb(138,177,138); }
td.TdClassName
{
border-color: #8AB18A;
}
.TagClassName
{
border-color: #8AB18A;
}
</style>