Shades of Dark Sea Green #96C094
Tints of Dark Sea Green #96C094
RGB
CMYK
RGB Variations
Color information
#96C094 (or 0x96C094) is known color: Dark Sea Green. HEX triplet: 96, C0 and 94. RGB value is (150,192,148). Sum of RGB (Red+Green+Blue) = 150+192+148=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 192 - color contains mainly: green. Hex color #96C094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C094 is #693F6B. Grayscale: #AEAEAE. Windows color (decimal): -6897516 or 9748630. OLE color: 9748630.
HSL color Cylindrical-coordinate representation of color #96C094: hue angle of 117.27º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96C094 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 192 | 148 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.25 |
| HSL | 117.27º | 0.26% | 0.67% | - |
| HSV(B) | 117.27º | 0.23% | 0.75% | - |
| XYZ | 36.77 | 46.32 | 35.02 | - |
| YUV | 174.43 | 113.09 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 192 | 148 | 0.22 | 0 | 0.23 | 0.25 | 117.27 | 0.26 | 0.67 |
| Hex | 96 | C0 | 94 | 16 | 0 | 17 | 19 | 75 | 1A | 43 |
| Octal | 226 | 300 | 224 | 26 | 0 | 27 | 31 | 165 | 32 | 103 |
| Binary | 10010110 | 11000000 | 10010100 | 10110 | 0 | 10111 | 11001 | 1110101 | 11010 | 1000011 |
Color Harmonies of #96C094
Complementary color
Monochromatic Colors of #96C094
Black with #96C094
Text Example
Text Example
White with #96C094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C094; }
p { color: rgb(150,192,148); }
H1.HeaderClassName
{
color: #96C094;
}
.AnyTagClassName
{
color: #96C094;
}
</style>
background-color css
<style>
a { background-color: #96C094; }
a { background-color: rgb(150,192,148); }
div.DivClassName
{
background-color: #96C094;
}
.BgClassName
{
background-color: #96C094;
}
</style>
border-color css
<style>
span { border-color: #96C094; }
span { border-color: rgb(150,192,148); }
td.TdClassName
{
border-color: #96C094;
}
.TagClassName
{
border-color: #96C094;
}
</style>