Shades of Dark Sea Green #8AC091
Tints of Dark Sea Green #8AC091
RGB
CMYK
RGB Variations
Color information
#8AC091 (or 0x8AC091) is known color: Dark Sea Green. HEX triplet: 8A, C0 and 91. RGB value is (138,192,145). Sum of RGB (Red+Green+Blue) = 138+192+145=475 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.05% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 145 (57.03% from 255 or 30.53% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC091 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC091 is #753F6E. Grayscale: #AAAAAA. Windows color (decimal): -7683951 or 9552010. OLE color: 9552010.
HSL color Cylindrical-coordinate representation of color #8AC091: hue angle of 127.78º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8AC091 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 192 | 145 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.25 |
| HSL | 127.78º | 0.3% | 0.65% | - |
| HSV(B) | 127.78º | 0.28% | 0.75% | - |
| XYZ | 34.44 | 45.15 | 33.69 | - |
| YUV | 170.5 | 113.61 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 145 | 0.28 | 0 | 0.24 | 0.25 | 127.78 | 0.3 | 0.65 |
| Hex | 8A | C0 | 91 | 1C | 0 | 18 | 19 | 80 | 1E | 41 |
| Octal | 212 | 300 | 221 | 34 | 0 | 30 | 31 | 200 | 36 | 101 |
| Binary | 10001010 | 11000000 | 10010001 | 11100 | 0 | 11000 | 11001 | 10000000 | 11110 | 1000001 |
Color Harmonies of #8AC091
Complementary color
Monochromatic Colors of #8AC091
Black with #8AC091
Text Example
Text Example
White with #8AC091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC091; }
p { color: rgb(138,192,145); }
H1.HeaderClassName
{
color: #8AC091;
}
.AnyTagClassName
{
color: #8AC091;
}
</style>
background-color css
<style>
a { background-color: #8AC091; }
a { background-color: rgb(138,192,145); }
div.DivClassName
{
background-color: #8AC091;
}
.BgClassName
{
background-color: #8AC091;
}
</style>
border-color css
<style>
span { border-color: #8AC091; }
span { border-color: rgb(138,192,145); }
td.TdClassName
{
border-color: #8AC091;
}
.TagClassName
{
border-color: #8AC091;
}
</style>