Shades of Dark Sea Green #96C491
Tints of Dark Sea Green #96C491
RGB
CMYK
RGB Variations
Color information
#96C491 (or 0x96C491) is known color: Dark Sea Green. HEX triplet: 96, C4 and 91. RGB value is (150,196,145). Sum of RGB (Red+Green+Blue) = 150+196+145=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 145 (57.03% from 255 or 29.53% from 491); Max value from RGB is 196 - color contains mainly: green. Hex color #96C491 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C491 is #693B6E. Grayscale: #B0B0B0. Windows color (decimal): -6896495 or 9553046. OLE color: 9553046.
HSL color Cylindrical-coordinate representation of color #96C491: hue angle of 114.12º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96C491 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 196 | 145 | - |
| CMYK | 0.23 | 0 | 0.26 | 0.23 |
| HSL | 114.12º | 0.3% | 0.67% | - |
| HSV(B) | 114.12º | 0.26% | 0.77% | - |
| XYZ | 37.43 | 48.01 | 34.08 | - |
| YUV | 176.43 | 110.26 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 196 | 145 | 0.23 | 0 | 0.26 | 0.23 | 114.12 | 0.3 | 0.67 |
| Hex | 96 | C4 | 91 | 17 | 0 | 1A | 17 | 72 | 1E | 43 |
| Octal | 226 | 304 | 221 | 27 | 0 | 32 | 27 | 162 | 36 | 103 |
| Binary | 10010110 | 11000100 | 10010001 | 10111 | 0 | 11010 | 10111 | 1110010 | 11110 | 1000011 |
Color Harmonies of #96C491
Complementary color
Monochromatic Colors of #96C491
Black with #96C491
Text Example
Text Example
White with #96C491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C491; }
p { color: rgb(150,196,145); }
H1.HeaderClassName
{
color: #96C491;
}
.AnyTagClassName
{
color: #96C491;
}
</style>
background-color css
<style>
a { background-color: #96C491; }
a { background-color: rgb(150,196,145); }
div.DivClassName
{
background-color: #96C491;
}
.BgClassName
{
background-color: #96C491;
}
</style>
border-color css
<style>
span { border-color: #96C491; }
span { border-color: rgb(150,196,145); }
td.TdClassName
{
border-color: #96C491;
}
.TagClassName
{
border-color: #96C491;
}
</style>