Shades of Dark Sea Green #96C896
Tints of Dark Sea Green #96C896
RGB
CMYK
RGB Variations
Color information
#96C896 (or 0x96C896) is known color: Dark Sea Green. HEX triplet: 96, C8 and 96. RGB value is (150,200,150). Sum of RGB (Red+Green+Blue) = 150+200+150=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 200 - color contains mainly: green. Hex color #96C896 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C896 is #693769. Grayscale: #B3B3B3. Windows color (decimal): -6895466 or 9881750. OLE color: 9881750.
HSL color Cylindrical-coordinate representation of color #96C896: hue angle of 120º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96C896 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 200 | 150 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.22 |
| HSL | 120º | 0.31% | 0.69% | - |
| HSV(B) | 120º | 0.25% | 0.78% | - |
| XYZ | 38.74 | 49.99 | 36.46 | - |
| YUV | 179.35 | 111.44 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 200 | 150 | 0.25 | 0 | 0.25 | 0.22 | 120 | 0.31 | 0.69 |
| Hex | 96 | C8 | 96 | 19 | 0 | 19 | 16 | 78 | 1F | 45 |
| Octal | 226 | 310 | 226 | 31 | 0 | 31 | 26 | 170 | 37 | 105 |
| Binary | 10010110 | 11001000 | 10010110 | 11001 | 0 | 11001 | 10110 | 1111000 | 11111 | 1000101 |
Color Harmonies of #96C896
Complementary color
Monochromatic Colors of #96C896
Black with #96C896
Text Example
Text Example
White with #96C896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C896; }
p { color: rgb(150,200,150); }
H1.HeaderClassName
{
color: #96C896;
}
.AnyTagClassName
{
color: #96C896;
}
</style>
background-color css
<style>
a { background-color: #96C896; }
a { background-color: rgb(150,200,150); }
div.DivClassName
{
background-color: #96C896;
}
.BgClassName
{
background-color: #96C896;
}
</style>
border-color css
<style>
span { border-color: #96C896; }
span { border-color: rgb(150,200,150); }
td.TdClassName
{
border-color: #96C896;
}
.TagClassName
{
border-color: #96C896;
}
</style>