Shades of Dark Sea Green #8AB385
Tints of Dark Sea Green #8AB385
RGB
CMYK
RGB Variations
Color information
#8AB385 (or 0x8AB385) is known color: Dark Sea Green. HEX triplet: 8A, B3 and 85. RGB value is (138,179,133). Sum of RGB (Red+Green+Blue) = 138+179+133=450 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.67% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB385 is #754C7A. Grayscale: #A1A1A1. Windows color (decimal): -7687291 or 8762250. OLE color: 8762250.
HSL color Cylindrical-coordinate representation of color #8AB385: hue angle of 113.48º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8AB385 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 179 | 133 | - |
| CMYK | 0.23 | 0 | 0.26 | 0.30 |
| HSL | 113.48º | 0.23% | 0.61% | - |
| HSV(B) | 113.48º | 0.26% | 0.7% | - |
| XYZ | 30.83 | 39.34 | 28.16 | - |
| YUV | 161.5 | 111.92 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 179 | 133 | 0.23 | 0 | 0.26 | 0.30 | 113.48 | 0.23 | 0.61 |
| Hex | 8A | B3 | 85 | 17 | 0 | 1A | 1E | 71 | 17 | 3D |
| Octal | 212 | 263 | 205 | 27 | 0 | 32 | 36 | 161 | 27 | 75 |
| Binary | 10001010 | 10110011 | 10000101 | 10111 | 0 | 11010 | 11110 | 1110001 | 10111 | 111101 |
Color Harmonies of #8AB385
Complementary color
Monochromatic Colors of #8AB385
Black with #8AB385
Text Example
Text Example
White with #8AB385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB385; }
p { color: rgb(138,179,133); }
H1.HeaderClassName
{
color: #8AB385;
}
.AnyTagClassName
{
color: #8AB385;
}
</style>
background-color css
<style>
a { background-color: #8AB385; }
a { background-color: rgb(138,179,133); }
div.DivClassName
{
background-color: #8AB385;
}
.BgClassName
{
background-color: #8AB385;
}
</style>
border-color css
<style>
span { border-color: #8AB385; }
span { border-color: rgb(138,179,133); }
td.TdClassName
{
border-color: #8AB385;
}
.TagClassName
{
border-color: #8AB385;
}
</style>