Shades of Dark Sea Green #96C593
Tints of Dark Sea Green #96C593
RGB
CMYK
RGB Variations
Color information
#96C593 (or 0x96C593) is known color: Dark Sea Green. HEX triplet: 96, C5 and 93. RGB value is (150,197,147). Sum of RGB (Red+Green+Blue) = 150+197+147=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 197 - color contains mainly: green. Hex color #96C593 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C593 is #693A6C. Grayscale: #B1B1B1. Windows color (decimal): -6896237 or 9684374. OLE color: 9684374.
HSL color Cylindrical-coordinate representation of color #96C593: hue angle of 116.4º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96C593 is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 197 | 147 | - |
| CMYK | 0.24 | 0 | 0.25 | 0.23 |
| HSL | 116.4º | 0.3% | 0.67% | - |
| HSV(B) | 116.4º | 0.25% | 0.77% | - |
| XYZ | 37.81 | 48.52 | 34.98 | - |
| YUV | 177.25 | 110.93 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 197 | 147 | 0.24 | 0 | 0.25 | 0.23 | 116.4 | 0.3 | 0.67 |
| Hex | 96 | C5 | 93 | 18 | 0 | 19 | 17 | 74 | 1E | 43 |
| Octal | 226 | 305 | 223 | 30 | 0 | 31 | 27 | 164 | 36 | 103 |
| Binary | 10010110 | 11000101 | 10010011 | 11000 | 0 | 11001 | 10111 | 1110100 | 11110 | 1000011 |
Color Harmonies of #96C593
Complementary color
Monochromatic Colors of #96C593
Black with #96C593
Text Example
Text Example
White with #96C593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C593; }
p { color: rgb(150,197,147); }
H1.HeaderClassName
{
color: #96C593;
}
.AnyTagClassName
{
color: #96C593;
}
</style>
background-color css
<style>
a { background-color: #96C593; }
a { background-color: rgb(150,197,147); }
div.DivClassName
{
background-color: #96C593;
}
.BgClassName
{
background-color: #96C593;
}
</style>
border-color css
<style>
span { border-color: #96C593; }
span { border-color: rgb(150,197,147); }
td.TdClassName
{
border-color: #96C593;
}
.TagClassName
{
border-color: #96C593;
}
</style>