Shades of Dark Sea Green #96BC8E
Tints of Dark Sea Green #96BC8E
RGB
CMYK
RGB Variations
Color information
#96BC8E (or 0x96BC8E) is known color: Dark Sea Green. HEX triplet: 96, BC and 8E. RGB value is (150,188,142). Sum of RGB (Red+Green+Blue) = 150+188+142=480 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.25% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BC8E is #694371. Grayscale: #ABABAB. Windows color (decimal): -6898546 or 9354390. OLE color: 9354390.
HSL color Cylindrical-coordinate representation of color #96BC8E: hue angle of 109.57º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96BC8E is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 188 | 142 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.26 |
| HSL | 109.57º | 0.26% | 0.65% | - |
| HSV(B) | 109.57º | 0.24% | 0.74% | - |
| XYZ | 35.44 | 44.4 | 32.29 | - |
| YUV | 171.39 | 111.41 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 188 | 142 | 0.20 | 0 | 0.24 | 0.26 | 109.57 | 0.26 | 0.65 |
| Hex | 96 | BC | 8E | 14 | 0 | 18 | 1A | 6E | 1A | 41 |
| Octal | 226 | 274 | 216 | 24 | 0 | 30 | 32 | 156 | 32 | 101 |
| Binary | 10010110 | 10111100 | 10001110 | 10100 | 0 | 11000 | 11010 | 1101110 | 11010 | 1000001 |
Color Harmonies of #96BC8E
Complementary color
Monochromatic Colors of #96BC8E
Black with #96BC8E
Text Example
Text Example
White with #96BC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BC8E; }
p { color: rgb(150,188,142); }
H1.HeaderClassName
{
color: #96BC8E;
}
.AnyTagClassName
{
color: #96BC8E;
}
</style>
background-color css
<style>
a { background-color: #96BC8E; }
a { background-color: rgb(150,188,142); }
div.DivClassName
{
background-color: #96BC8E;
}
.BgClassName
{
background-color: #96BC8E;
}
</style>
border-color css
<style>
span { border-color: #96BC8E; }
span { border-color: rgb(150,188,142); }
td.TdClassName
{
border-color: #96BC8E;
}
.TagClassName
{
border-color: #96BC8E;
}
</style>