Shades of Dark Sea Green #8ABC92
Tints of Dark Sea Green #8ABC92
RGB
CMYK
RGB Variations
Color information
#8ABC92 (or 0x8ABC92) is known color: Dark Sea Green. HEX triplet: 8A, BC and 92. RGB value is (138,188,146). Sum of RGB (Red+Green+Blue) = 138+188+146=472 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.24% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABC92 is #75436D. Grayscale: #A8A8A8. Windows color (decimal): -7684974 or 9616522. OLE color: 9616522.
HSL color Cylindrical-coordinate representation of color #8ABC92: hue angle of 129.6º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8ABC92 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 146 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.26 |
| HSL | 129.6º | 0.27% | 0.64% | - |
| HSV(B) | 129.6º | 0.27% | 0.74% | - |
| XYZ | 33.65 | 43.45 | 33.81 | - |
| YUV | 168.26 | 115.44 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 146 | 0.27 | 0 | 0.22 | 0.26 | 129.6 | 0.27 | 0.64 |
| Hex | 8A | BC | 92 | 1B | 0 | 16 | 1A | 82 | 1B | 40 |
| Octal | 212 | 274 | 222 | 33 | 0 | 26 | 32 | 202 | 33 | 100 |
| Binary | 10001010 | 10111100 | 10010010 | 11011 | 0 | 10110 | 11010 | 10000010 | 11011 | 1000000 |
Color Harmonies of #8ABC92
Complementary color
Monochromatic Colors of #8ABC92
Black with #8ABC92
Text Example
Text Example
White with #8ABC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC92; }
p { color: rgb(138,188,146); }
H1.HeaderClassName
{
color: #8ABC92;
}
.AnyTagClassName
{
color: #8ABC92;
}
</style>
background-color css
<style>
a { background-color: #8ABC92; }
a { background-color: rgb(138,188,146); }
div.DivClassName
{
background-color: #8ABC92;
}
.BgClassName
{
background-color: #8ABC92;
}
</style>
border-color css
<style>
span { border-color: #8ABC92; }
span { border-color: rgb(138,188,146); }
td.TdClassName
{
border-color: #8ABC92;
}
.TagClassName
{
border-color: #8ABC92;
}
</style>