Shades of Dark Sea Green #8AC593
Tints of Dark Sea Green #8AC593
RGB
CMYK
RGB Variations
Color information
#8AC593 (or 0x8AC593) is known color: Dark Sea Green. HEX triplet: 8A, C5 and 93. RGB value is (138,197,147). Sum of RGB (Red+Green+Blue) = 138+197+147=482 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.63% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 197 - color contains mainly: green. Hex color #8AC593 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC593 is #753A6C. Grayscale: #ADADAD. Windows color (decimal): -7682669 or 9684362. OLE color: 9684362.
HSL color Cylindrical-coordinate representation of color #8AC593: hue angle of 129.15º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8AC593 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 138 | 197 | 147 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.23 |
| HSL | 129.15º | 0.34% | 0.66% | - |
| HSV(B) | 129.15º | 0.3% | 0.77% | - |
| XYZ | 35.71 | 47.44 | 34.88 | - |
| YUV | 173.66 | 112.95 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 197 | 147 | 0.30 | 0 | 0.25 | 0.23 | 129.15 | 0.34 | 0.66 |
| Hex | 8A | C5 | 93 | 1E | 0 | 19 | 17 | 81 | 22 | 42 |
| Octal | 212 | 305 | 223 | 36 | 0 | 31 | 27 | 201 | 42 | 102 |
| Binary | 10001010 | 11000101 | 10010011 | 11110 | 0 | 11001 | 10111 | 10000001 | 100010 | 1000010 |
Color Harmonies of #8AC593
Complementary color
Monochromatic Colors of #8AC593
Black with #8AC593
Text Example
Text Example
White with #8AC593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC593; }
p { color: rgb(138,197,147); }
H1.HeaderClassName
{
color: #8AC593;
}
.AnyTagClassName
{
color: #8AC593;
}
</style>
background-color css
<style>
a { background-color: #8AC593; }
a { background-color: rgb(138,197,147); }
div.DivClassName
{
background-color: #8AC593;
}
.BgClassName
{
background-color: #8AC593;
}
</style>
border-color css
<style>
span { border-color: #8AC593; }
span { border-color: rgb(138,197,147); }
td.TdClassName
{
border-color: #8AC593;
}
.TagClassName
{
border-color: #8AC593;
}
</style>