Shades of Dark Sea Green #8AC093
Tints of Dark Sea Green #8AC093
RGB
CMYK
RGB Variations
Color information
#8AC093 (or 0x8AC093) is known color: Dark Sea Green. HEX triplet: 8A, C0 and 93. RGB value is (138,192,147). Sum of RGB (Red+Green+Blue) = 138+192+147=477 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.93% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC093 is #753F6C. Grayscale: #AAAAAA. Windows color (decimal): -7683949 or 9683082. OLE color: 9683082.
HSL color Cylindrical-coordinate representation of color #8AC093: hue angle of 130º 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 #8AC093 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 192 | 147 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.25 |
| HSL | 130º | 0.3% | 0.65% | - |
| HSV(B) | 130º | 0.28% | 0.75% | - |
| XYZ | 34.6 | 45.21 | 34.51 | - |
| YUV | 170.72 | 114.61 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 147 | 0.28 | 0 | 0.23 | 0.25 | 130 | 0.3 | 0.65 |
| Hex | 8A | C0 | 93 | 1C | 0 | 17 | 19 | 82 | 1E | 41 |
| Octal | 212 | 300 | 223 | 34 | 0 | 27 | 31 | 202 | 36 | 101 |
| Binary | 10001010 | 11000000 | 10010011 | 11100 | 0 | 10111 | 11001 | 10000010 | 11110 | 1000001 |
Color Harmonies of #8AC093
Complementary color
Monochromatic Colors of #8AC093
Black with #8AC093
Text Example
Text Example
White with #8AC093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC093; }
p { color: rgb(138,192,147); }
H1.HeaderClassName
{
color: #8AC093;
}
.AnyTagClassName
{
color: #8AC093;
}
</style>
background-color css
<style>
a { background-color: #8AC093; }
a { background-color: rgb(138,192,147); }
div.DivClassName
{
background-color: #8AC093;
}
.BgClassName
{
background-color: #8AC093;
}
</style>
border-color css
<style>
span { border-color: #8AC093; }
span { border-color: rgb(138,192,147); }
td.TdClassName
{
border-color: #8AC093;
}
.TagClassName
{
border-color: #8AC093;
}
</style>