Shades of Dark Sea Green #96C793
Tints of Dark Sea Green #96C793
RGB
CMYK
RGB Variations
Color information
#96C793 (or 0x96C793) is known color: Dark Sea Green. HEX triplet: 96, C7 and 93. RGB value is (150,199,147). Sum of RGB (Red+Green+Blue) = 150+199+147=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 199 (78.12% from 255 or 40.12% from 496); Blue value is 147 (57.81% from 255 or 29.64% from 496); Max value from RGB is 199 - color contains mainly: green. Hex color #96C793 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C793 is #69386C. Grayscale: #B2B2B2. Windows color (decimal): -6895725 or 9684886. OLE color: 9684886.
HSL color Cylindrical-coordinate representation of color #96C793: hue angle of 116.54º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96C793 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 199 | 147 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.22 |
| HSL | 116.54º | 0.32% | 0.68% | - |
| HSV(B) | 116.54º | 0.26% | 0.78% | - |
| XYZ | 38.27 | 49.44 | 35.13 | - |
| YUV | 178.42 | 110.27 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 199 | 147 | 0.25 | 0 | 0.26 | 0.22 | 116.54 | 0.32 | 0.68 |
| Hex | 96 | C7 | 93 | 19 | 0 | 1A | 16 | 75 | 20 | 44 |
| Octal | 226 | 307 | 223 | 31 | 0 | 32 | 26 | 165 | 40 | 104 |
| Binary | 10010110 | 11000111 | 10010011 | 11001 | 0 | 11010 | 10110 | 1110101 | 100000 | 1000100 |
Color Harmonies of #96C793
Complementary color
Monochromatic Colors of #96C793
Black with #96C793
Text Example
Text Example
White with #96C793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C793; }
p { color: rgb(150,199,147); }
H1.HeaderClassName
{
color: #96C793;
}
.AnyTagClassName
{
color: #96C793;
}
</style>
background-color css
<style>
a { background-color: #96C793; }
a { background-color: rgb(150,199,147); }
div.DivClassName
{
background-color: #96C793;
}
.BgClassName
{
background-color: #96C793;
}
</style>
border-color css
<style>
span { border-color: #96C793; }
span { border-color: rgb(150,199,147); }
td.TdClassName
{
border-color: #96C793;
}
.TagClassName
{
border-color: #96C793;
}
</style>