Shades of Dark Sea Green #96C395
Tints of Dark Sea Green #96C395
RGB
CMYK
RGB Variations
Color information
#96C395 (or 0x96C395) is known color: Dark Sea Green. HEX triplet: 96, C3 and 95. RGB value is (150,195,149). Sum of RGB (Red+Green+Blue) = 150+195+149=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 195 - color contains mainly: green. Hex color #96C395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C395 is #693C6A. Grayscale: #B0B0B0. Windows color (decimal): -6896747 or 9814934. OLE color: 9814934.
HSL color Cylindrical-coordinate representation of color #96C395: hue angle of 118.7º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96C395 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 195 | 149 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.24 |
| HSL | 118.7º | 0.28% | 0.67% | - |
| HSV(B) | 118.7º | 0.24% | 0.76% | - |
| XYZ | 37.52 | 47.68 | 35.66 | - |
| YUV | 176.3 | 112.59 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 195 | 149 | 0.23 | 0 | 0.24 | 0.24 | 118.7 | 0.28 | 0.67 |
| Hex | 96 | C3 | 95 | 17 | 0 | 18 | 18 | 77 | 1C | 43 |
| Octal | 226 | 303 | 225 | 27 | 0 | 30 | 30 | 167 | 34 | 103 |
| Binary | 10010110 | 11000011 | 10010101 | 10111 | 0 | 11000 | 11000 | 1110111 | 11100 | 1000011 |
Color Harmonies of #96C395
Complementary color
Monochromatic Colors of #96C395
Black with #96C395
Text Example
Text Example
White with #96C395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C395; }
p { color: rgb(150,195,149); }
H1.HeaderClassName
{
color: #96C395;
}
.AnyTagClassName
{
color: #96C395;
}
</style>
background-color css
<style>
a { background-color: #96C395; }
a { background-color: rgb(150,195,149); }
div.DivClassName
{
background-color: #96C395;
}
.BgClassName
{
background-color: #96C395;
}
</style>
border-color css
<style>
span { border-color: #96C395; }
span { border-color: rgb(150,195,149); }
td.TdClassName
{
border-color: #96C395;
}
.TagClassName
{
border-color: #96C395;
}
</style>