Shades of Dark Sea Green #8CC594
Tints of Dark Sea Green #8CC594
RGB
CMYK
RGB Variations
Color information
#8CC594 (or 0x8CC594) is known color: Dark Sea Green. HEX triplet: 8C, C5 and 94. RGB value is (140,197,148). Sum of RGB (Red+Green+Blue) = 140+197+148=485 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.87% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 197 - color contains mainly: green. Hex color #8CC594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC594 is #733A6B. Grayscale: #AEAEAE. Windows color (decimal): -7551596 or 9749900. OLE color: 9749900.
HSL color Cylindrical-coordinate representation of color #8CC594: hue angle of 128.42º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8CC594 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 197 | 148 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.23 |
| HSL | 128.42º | 0.33% | 0.66% | - |
| HSV(B) | 128.42º | 0.29% | 0.77% | - |
| XYZ | 36.13 | 47.65 | 35.31 | - |
| YUV | 174.37 | 113.12 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 197 | 148 | 0.29 | 0 | 0.25 | 0.23 | 128.42 | 0.33 | 0.66 |
| Hex | 8C | C5 | 94 | 1D | 0 | 19 | 17 | 80 | 21 | 42 |
| Octal | 214 | 305 | 224 | 35 | 0 | 31 | 27 | 200 | 41 | 102 |
| Binary | 10001100 | 11000101 | 10010100 | 11101 | 0 | 11001 | 10111 | 10000000 | 100001 | 1000010 |
Color Harmonies of #8CC594
Complementary color
Monochromatic Colors of #8CC594
Black with #8CC594
Text Example
Text Example
White with #8CC594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC594; }
p { color: rgb(140,197,148); }
H1.HeaderClassName
{
color: #8CC594;
}
.AnyTagClassName
{
color: #8CC594;
}
</style>
background-color css
<style>
a { background-color: #8CC594; }
a { background-color: rgb(140,197,148); }
div.DivClassName
{
background-color: #8CC594;
}
.BgClassName
{
background-color: #8CC594;
}
</style>
border-color css
<style>
span { border-color: #8CC594; }
span { border-color: rgb(140,197,148); }
td.TdClassName
{
border-color: #8CC594;
}
.TagClassName
{
border-color: #8CC594;
}
</style>