Shades of Dark Sea Green #96BC8D
Tints of Dark Sea Green #96BC8D
RGB
CMYK
RGB Variations
Color information
#96BC8D (or 0x96BC8D) is known color: Dark Sea Green. HEX triplet: 96, BC and 8D. RGB value is (150,188,141). Sum of RGB (Red+Green+Blue) = 150+188+141=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BC8D is #694372. Grayscale: #ABABAB. Windows color (decimal): -6898547 or 9288854. OLE color: 9288854.
HSL color Cylindrical-coordinate representation of color #96BC8D: hue angle of 108.51º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96BC8D is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 188 | 141 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.26 |
| HSL | 108.51º | 0.26% | 0.65% | - |
| HSV(B) | 108.51º | 0.25% | 0.74% | - |
| XYZ | 35.37 | 44.37 | 31.9 | - |
| YUV | 171.28 | 110.91 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 188 | 141 | 0.20 | 0 | 0.25 | 0.26 | 108.51 | 0.26 | 0.65 |
| Hex | 96 | BC | 8D | 14 | 0 | 19 | 1A | 6D | 1A | 41 |
| Octal | 226 | 274 | 215 | 24 | 0 | 31 | 32 | 155 | 32 | 101 |
| Binary | 10010110 | 10111100 | 10001101 | 10100 | 0 | 11001 | 11010 | 1101101 | 11010 | 1000001 |
Color Harmonies of #96BC8D
Complementary color
Monochromatic Colors of #96BC8D
Black with #96BC8D
Text Example
Text Example
White with #96BC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BC8D; }
p { color: rgb(150,188,141); }
H1.HeaderClassName
{
color: #96BC8D;
}
.AnyTagClassName
{
color: #96BC8D;
}
</style>
background-color css
<style>
a { background-color: #96BC8D; }
a { background-color: rgb(150,188,141); }
div.DivClassName
{
background-color: #96BC8D;
}
.BgClassName
{
background-color: #96BC8D;
}
</style>
border-color css
<style>
span { border-color: #96BC8D; }
span { border-color: rgb(150,188,141); }
td.TdClassName
{
border-color: #96BC8D;
}
.TagClassName
{
border-color: #96BC8D;
}
</style>