Shades of Dark Sea Green #96BB8D
Tints of Dark Sea Green #96BB8D
RGB
CMYK
RGB Variations
Color information
#96BB8D (or 0x96BB8D) is known color: Dark Sea Green. HEX triplet: 96, BB and 8D. RGB value is (150,187,141). Sum of RGB (Red+Green+Blue) = 150+187+141=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BB8D is #694472. Grayscale: #AAAAAA. Windows color (decimal): -6898803 or 9288598. OLE color: 9288598.
HSL color Cylindrical-coordinate representation of color #96BB8D: hue angle of 108.26º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96BB8D is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 187 | 141 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.27 |
| HSL | 108.26º | 0.25% | 0.64% | - |
| HSV(B) | 108.26º | 0.25% | 0.73% | - |
| XYZ | 35.16 | 43.95 | 31.83 | - |
| YUV | 170.69 | 111.24 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 187 | 141 | 0.20 | 0 | 0.25 | 0.27 | 108.26 | 0.25 | 0.64 |
| Hex | 96 | BB | 8D | 14 | 0 | 19 | 1B | 6C | 19 | 40 |
| Octal | 226 | 273 | 215 | 24 | 0 | 31 | 33 | 154 | 31 | 100 |
| Binary | 10010110 | 10111011 | 10001101 | 10100 | 0 | 11001 | 11011 | 1101100 | 11001 | 1000000 |
Color Harmonies of #96BB8D
Complementary color
Monochromatic Colors of #96BB8D
Black with #96BB8D
Text Example
Text Example
White with #96BB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BB8D; }
p { color: rgb(150,187,141); }
H1.HeaderClassName
{
color: #96BB8D;
}
.AnyTagClassName
{
color: #96BB8D;
}
</style>
background-color css
<style>
a { background-color: #96BB8D; }
a { background-color: rgb(150,187,141); }
div.DivClassName
{
background-color: #96BB8D;
}
.BgClassName
{
background-color: #96BB8D;
}
</style>
border-color css
<style>
span { border-color: #96BB8D; }
span { border-color: rgb(150,187,141); }
td.TdClassName
{
border-color: #96BB8D;
}
.TagClassName
{
border-color: #96BB8D;
}
</style>