Shades of Dark Sea Green #96BB90
Tints of Dark Sea Green #96BB90
RGB
CMYK
RGB Variations
Color information
#96BB90 (or 0x96BB90) is known color: Dark Sea Green. HEX triplet: 96, BB and 90. RGB value is (150,187,144). Sum of RGB (Red+Green+Blue) = 150+187+144=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BB90 is #69446F. Grayscale: #ABABAB. Windows color (decimal): -6898800 or 9485206. OLE color: 9485206.
HSL color Cylindrical-coordinate representation of color #96BB90: hue angle of 111.63º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96BB90 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 187 | 144 | - |
| CMYK | 0.20 | 0 | 0.23 | 0.27 |
| HSL | 111.63º | 0.24% | 0.65% | - |
| HSV(B) | 111.63º | 0.23% | 0.73% | - |
| XYZ | 35.38 | 44.04 | 33.02 | - |
| YUV | 171.04 | 112.74 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 187 | 144 | 0.20 | 0 | 0.23 | 0.27 | 111.63 | 0.24 | 0.65 |
| Hex | 96 | BB | 90 | 14 | 0 | 17 | 1B | 70 | 18 | 41 |
| Octal | 226 | 273 | 220 | 24 | 0 | 27 | 33 | 160 | 30 | 101 |
| Binary | 10010110 | 10111011 | 10010000 | 10100 | 0 | 10111 | 11011 | 1110000 | 11000 | 1000001 |
Color Harmonies of #96BB90
Complementary color
Monochromatic Colors of #96BB90
Black with #96BB90
Text Example
Text Example
White with #96BB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BB90; }
p { color: rgb(150,187,144); }
H1.HeaderClassName
{
color: #96BB90;
}
.AnyTagClassName
{
color: #96BB90;
}
</style>
background-color css
<style>
a { background-color: #96BB90; }
a { background-color: rgb(150,187,144); }
div.DivClassName
{
background-color: #96BB90;
}
.BgClassName
{
background-color: #96BB90;
}
</style>
border-color css
<style>
span { border-color: #96BB90; }
span { border-color: rgb(150,187,144); }
td.TdClassName
{
border-color: #96BB90;
}
.TagClassName
{
border-color: #96BB90;
}
</style>