Shades of Dark Sea Green #96B598
Tints of Dark Sea Green #96B598
RGB
CMYK
RGB Variations
Color information
#96B598 (or 0x96B598) is known color: Dark Sea Green. HEX triplet: 96, B5 and 98. RGB value is (150,181,152). Sum of RGB (Red+Green+Blue) = 150+181+152=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 152 (59.77% from 255 or 31.47% from 483); Max value from RGB is 181 - color contains mainly: green. Hex color #96B598 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B598 is #694A67. Grayscale: #A8A8A8. Windows color (decimal): -6900328 or 10007958. OLE color: 10007958.
HSL color Cylindrical-coordinate representation of color #96B598: hue angle of 123.87º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #96B598 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 181 | 152 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.29 |
| HSL | 123.87º | 0.17% | 0.65% | - |
| HSV(B) | 123.87º | 0.17% | 0.71% | - |
| XYZ | 34.77 | 41.8 | 35.94 | - |
| YUV | 168.43 | 118.73 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 181 | 152 | 0.17 | 0 | 0.16 | 0.29 | 123.87 | 0.17 | 0.65 |
| Hex | 96 | B5 | 98 | 11 | 0 | 10 | 1D | 7C | 11 | 41 |
| Octal | 226 | 265 | 230 | 21 | 0 | 20 | 35 | 174 | 21 | 101 |
| Binary | 10010110 | 10110101 | 10011000 | 10001 | 0 | 10000 | 11101 | 1111100 | 10001 | 1000001 |
Color Harmonies of #96B598
Complementary color
Monochromatic Colors of #96B598
Black with #96B598
Text Example
Text Example
White with #96B598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B598; }
p { color: rgb(150,181,152); }
H1.HeaderClassName
{
color: #96B598;
}
.AnyTagClassName
{
color: #96B598;
}
</style>
background-color css
<style>
a { background-color: #96B598; }
a { background-color: rgb(150,181,152); }
div.DivClassName
{
background-color: #96B598;
}
.BgClassName
{
background-color: #96B598;
}
</style>
border-color css
<style>
span { border-color: #96B598; }
span { border-color: rgb(150,181,152); }
td.TdClassName
{
border-color: #96B598;
}
.TagClassName
{
border-color: #96B598;
}
</style>