Shades of Dark Sea Green #96C092
Tints of Dark Sea Green #96C092
RGB
CMYK
RGB Variations
Color information
#96C092 (or 0x96C092) is known color: Dark Sea Green. HEX triplet: 96, C0 and 92. RGB value is (150,192,146). Sum of RGB (Red+Green+Blue) = 150+192+146=488 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.74% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 192 - color contains mainly: green. Hex color #96C092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C092 is #693F6D. Grayscale: #AEAEAE. Windows color (decimal): -6897518 or 9617558. OLE color: 9617558.
HSL color Cylindrical-coordinate representation of color #96C092: hue angle of 114.78º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96C092 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 192 | 146 | - |
| CMYK | 0.22 | 0 | 0.24 | 0.25 |
| HSL | 114.78º | 0.27% | 0.66% | - |
| HSV(B) | 114.78º | 0.24% | 0.75% | - |
| XYZ | 36.62 | 46.26 | 34.19 | - |
| YUV | 174.2 | 112.09 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 192 | 146 | 0.22 | 0 | 0.24 | 0.25 | 114.78 | 0.27 | 0.66 |
| Hex | 96 | C0 | 92 | 16 | 0 | 18 | 19 | 73 | 1B | 42 |
| Octal | 226 | 300 | 222 | 26 | 0 | 30 | 31 | 163 | 33 | 102 |
| Binary | 10010110 | 11000000 | 10010010 | 10110 | 0 | 11000 | 11001 | 1110011 | 11011 | 1000010 |
Color Harmonies of #96C092
Complementary color
Monochromatic Colors of #96C092
Black with #96C092
Text Example
Text Example
White with #96C092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C092; }
p { color: rgb(150,192,146); }
H1.HeaderClassName
{
color: #96C092;
}
.AnyTagClassName
{
color: #96C092;
}
</style>
background-color css
<style>
a { background-color: #96C092; }
a { background-color: rgb(150,192,146); }
div.DivClassName
{
background-color: #96C092;
}
.BgClassName
{
background-color: #96C092;
}
</style>
border-color css
<style>
span { border-color: #96C092; }
span { border-color: rgb(150,192,146); }
td.TdClassName
{
border-color: #96C092;
}
.TagClassName
{
border-color: #96C092;
}
</style>