Shades of Dark Sea Green #8ABA92
Tints of Dark Sea Green #8ABA92
RGB
CMYK
RGB Variations
Color information
#8ABA92 (or 0x8ABA92) is known color: Dark Sea Green. HEX triplet: 8A, BA and 92. RGB value is (138,186,146). Sum of RGB (Red+Green+Blue) = 138+186+146=470 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.36% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABA92 is #75456D. Grayscale: #A7A7A7. Windows color (decimal): -7685486 or 9616010. OLE color: 9616010.
HSL color Cylindrical-coordinate representation of color #8ABA92: hue angle of 130º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8ABA92 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 186 | 146 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.27 |
| HSL | 130º | 0.26% | 0.64% | - |
| HSV(B) | 130º | 0.26% | 0.73% | - |
| XYZ | 33.23 | 42.6 | 33.66 | - |
| YUV | 167.09 | 116.1 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 186 | 146 | 0.26 | 0 | 0.22 | 0.27 | 130 | 0.26 | 0.64 |
| Hex | 8A | BA | 92 | 1A | 0 | 16 | 1B | 82 | 1A | 40 |
| Octal | 212 | 272 | 222 | 32 | 0 | 26 | 33 | 202 | 32 | 100 |
| Binary | 10001010 | 10111010 | 10010010 | 11010 | 0 | 10110 | 11011 | 10000010 | 11010 | 1000000 |
Color Harmonies of #8ABA92
Complementary color
Monochromatic Colors of #8ABA92
Black with #8ABA92
Text Example
Text Example
White with #8ABA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABA92; }
p { color: rgb(138,186,146); }
H1.HeaderClassName
{
color: #8ABA92;
}
.AnyTagClassName
{
color: #8ABA92;
}
</style>
background-color css
<style>
a { background-color: #8ABA92; }
a { background-color: rgb(138,186,146); }
div.DivClassName
{
background-color: #8ABA92;
}
.BgClassName
{
background-color: #8ABA92;
}
</style>
border-color css
<style>
span { border-color: #8ABA92; }
span { border-color: rgb(138,186,146); }
td.TdClassName
{
border-color: #8ABA92;
}
.TagClassName
{
border-color: #8ABA92;
}
</style>