Shades of Dark Sea Green #96C995
Tints of Dark Sea Green #96C995
RGB
CMYK
RGB Variations
Color information
#96C995 (or 0x96C995) is known color: Dark Sea Green. HEX triplet: 96, C9 and 95. RGB value is (150,201,149). Sum of RGB (Red+Green+Blue) = 150+201+149=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 201 - color contains mainly: green. Hex color #96C995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C995 is #69366A. Grayscale: #B3B3B3. Windows color (decimal): -6895211 or 9816470. OLE color: 9816470.
HSL color Cylindrical-coordinate representation of color #96C995: hue angle of 118.85º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96C995 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 201 | 149 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.21 |
| HSL | 118.85º | 0.33% | 0.69% | - |
| HSV(B) | 118.85º | 0.26% | 0.79% | - |
| XYZ | 38.89 | 50.43 | 36.12 | - |
| YUV | 179.82 | 110.6 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 201 | 149 | 0.25 | 0 | 0.26 | 0.21 | 118.85 | 0.33 | 0.69 |
| Hex | 96 | C9 | 95 | 19 | 0 | 1A | 15 | 77 | 20 | 45 |
| Octal | 226 | 311 | 225 | 31 | 0 | 32 | 25 | 167 | 40 | 105 |
| Binary | 10010110 | 11001001 | 10010101 | 11001 | 0 | 11010 | 10101 | 1110111 | 100000 | 1000101 |
Color Harmonies of #96C995
Complementary color
Monochromatic Colors of #96C995
Black with #96C995
Text Example
Text Example
White with #96C995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C995; }
p { color: rgb(150,201,149); }
H1.HeaderClassName
{
color: #96C995;
}
.AnyTagClassName
{
color: #96C995;
}
</style>
background-color css
<style>
a { background-color: #96C995; }
a { background-color: rgb(150,201,149); }
div.DivClassName
{
background-color: #96C995;
}
.BgClassName
{
background-color: #96C995;
}
</style>
border-color css
<style>
span { border-color: #96C995; }
span { border-color: rgb(150,201,149); }
td.TdClassName
{
border-color: #96C995;
}
.TagClassName
{
border-color: #96C995;
}
</style>