Shades of Dark Sea Green #96C198
Tints of Dark Sea Green #96C198
RGB
CMYK
RGB Variations
Color information
#96C198 (or 0x96C198) is known color: Dark Sea Green. HEX triplet: 96, C1 and 98. RGB value is (150,193,152). Sum of RGB (Red+Green+Blue) = 150+193+152=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 152 (59.77% from 255 or 30.71% from 495); Max value from RGB is 193 - color contains mainly: green. Hex color #96C198 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C198 is #693E67. Grayscale: #AFAFAF. Windows color (decimal): -6897256 or 10011030. OLE color: 10011030.
HSL color Cylindrical-coordinate representation of color #96C198: hue angle of 122.79º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96C198 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 193 | 152 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.24 |
| HSL | 122.79º | 0.26% | 0.67% | - |
| HSV(B) | 122.79º | 0.22% | 0.76% | - |
| XYZ | 37.32 | 46.89 | 36.79 | - |
| YUV | 175.47 | 114.75 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 193 | 152 | 0.22 | 0 | 0.21 | 0.24 | 122.79 | 0.26 | 0.67 |
| Hex | 96 | C1 | 98 | 16 | 0 | 15 | 18 | 7B | 1A | 43 |
| Octal | 226 | 301 | 230 | 26 | 0 | 25 | 30 | 173 | 32 | 103 |
| Binary | 10010110 | 11000001 | 10011000 | 10110 | 0 | 10101 | 11000 | 1111011 | 11010 | 1000011 |
Color Harmonies of #96C198
Complementary color
Monochromatic Colors of #96C198
Black with #96C198
Text Example
Text Example
White with #96C198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C198; }
p { color: rgb(150,193,152); }
H1.HeaderClassName
{
color: #96C198;
}
.AnyTagClassName
{
color: #96C198;
}
</style>
background-color css
<style>
a { background-color: #96C198; }
a { background-color: rgb(150,193,152); }
div.DivClassName
{
background-color: #96C198;
}
.BgClassName
{
background-color: #96C198;
}
</style>
border-color css
<style>
span { border-color: #96C198; }
span { border-color: rgb(150,193,152); }
td.TdClassName
{
border-color: #96C198;
}
.TagClassName
{
border-color: #96C198;
}
</style>