Shades of Dark Sea Green #8AB486
Tints of Dark Sea Green #8AB486
RGB
CMYK
RGB Variations
Color information
#8AB486 (or 0x8AB486) is known color: Dark Sea Green. HEX triplet: 8A, B4 and 86. RGB value is (138,180,134). Sum of RGB (Red+Green+Blue) = 138+180+134=452 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.53% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 134 (52.73% from 255 or 29.65% from 452); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB486 is #754B79. Grayscale: #A2A2A2. Windows color (decimal): -7687034 or 8828042. OLE color: 8828042.
HSL color Cylindrical-coordinate representation of color #8AB486: hue angle of 114.78º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8AB486 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 180 | 134 | - |
| CMYK | 0.23 | 0 | 0.26 | 0.29 |
| HSL | 114.78º | 0.23% | 0.62% | - |
| HSV(B) | 114.78º | 0.26% | 0.71% | - |
| XYZ | 31.11 | 39.77 | 28.59 | - |
| YUV | 162.2 | 112.09 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 180 | 134 | 0.23 | 0 | 0.26 | 0.29 | 114.78 | 0.23 | 0.62 |
| Hex | 8A | B4 | 86 | 17 | 0 | 1A | 1D | 73 | 17 | 3E |
| Octal | 212 | 264 | 206 | 27 | 0 | 32 | 35 | 163 | 27 | 76 |
| Binary | 10001010 | 10110100 | 10000110 | 10111 | 0 | 11010 | 11101 | 1110011 | 10111 | 111110 |
Color Harmonies of #8AB486
Complementary color
Monochromatic Colors of #8AB486
Black with #8AB486
Text Example
Text Example
White with #8AB486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB486; }
p { color: rgb(138,180,134); }
H1.HeaderClassName
{
color: #8AB486;
}
.AnyTagClassName
{
color: #8AB486;
}
</style>
background-color css
<style>
a { background-color: #8AB486; }
a { background-color: rgb(138,180,134); }
div.DivClassName
{
background-color: #8AB486;
}
.BgClassName
{
background-color: #8AB486;
}
</style>
border-color css
<style>
span { border-color: #8AB486; }
span { border-color: rgb(138,180,134); }
td.TdClassName
{
border-color: #8AB486;
}
.TagClassName
{
border-color: #8AB486;
}
</style>