Shades of Dark Sea Green #96C898
Tints of Dark Sea Green #96C898
RGB
CMYK
RGB Variations
Color information
#96C898 (or 0x96C898) is known color: Dark Sea Green. HEX triplet: 96, C8 and 98. RGB value is (150,200,152). Sum of RGB (Red+Green+Blue) = 150+200+152=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 200 (78.52% from 255 or 39.84% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 200 - color contains mainly: green. Hex color #96C898 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C898 is #693767. Grayscale: #B3B3B3. Windows color (decimal): -6895464 or 10012822. OLE color: 10012822.
HSL color Cylindrical-coordinate representation of color #96C898: hue angle of 122.4º 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 #96C898 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 200 | 152 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.22 |
| HSL | 122.4º | 0.31% | 0.69% | - |
| HSV(B) | 122.4º | 0.25% | 0.78% | - |
| XYZ | 38.9 | 50.06 | 37.32 | - |
| YUV | 179.58 | 112.44 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 200 | 152 | 0.25 | 0 | 0.24 | 0.22 | 122.4 | 0.31 | 0.69 |
| Hex | 96 | C8 | 98 | 19 | 0 | 18 | 16 | 7A | 1F | 45 |
| Octal | 226 | 310 | 230 | 31 | 0 | 30 | 26 | 172 | 37 | 105 |
| Binary | 10010110 | 11001000 | 10011000 | 11001 | 0 | 11000 | 10110 | 1111010 | 11111 | 1000101 |
Color Harmonies of #96C898
Complementary color
Monochromatic Colors of #96C898
Black with #96C898
Text Example
Text Example
White with #96C898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C898; }
p { color: rgb(150,200,152); }
H1.HeaderClassName
{
color: #96C898;
}
.AnyTagClassName
{
color: #96C898;
}
</style>
background-color css
<style>
a { background-color: #96C898; }
a { background-color: rgb(150,200,152); }
div.DivClassName
{
background-color: #96C898;
}
.BgClassName
{
background-color: #96C898;
}
</style>
border-color css
<style>
span { border-color: #96C898; }
span { border-color: rgb(150,200,152); }
td.TdClassName
{
border-color: #96C898;
}
.TagClassName
{
border-color: #96C898;
}
</style>