Shades of Dark Sea Green #96BC90
Tints of Dark Sea Green #96BC90
RGB
CMYK
RGB Variations
Color information
#96BC90 (or 0x96BC90) is known color: Dark Sea Green. HEX triplet: 96, BC and 90. RGB value is (150,188,144). Sum of RGB (Red+Green+Blue) = 150+188+144=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BC90 is #69436F. Grayscale: #ABABAB. Windows color (decimal): -6898544 or 9485462. OLE color: 9485462.
HSL color Cylindrical-coordinate representation of color #96BC90: hue angle of 111.82º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96BC90 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 188 | 144 | - |
| CMYK | 0.20 | 0 | 0.23 | 0.26 |
| HSL | 111.82º | 0.25% | 0.65% | - |
| HSV(B) | 111.82º | 0.23% | 0.74% | - |
| XYZ | 35.59 | 44.46 | 33.09 | - |
| YUV | 171.62 | 112.41 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 188 | 144 | 0.20 | 0 | 0.23 | 0.26 | 111.82 | 0.25 | 0.65 |
| Hex | 96 | BC | 90 | 14 | 0 | 17 | 1A | 70 | 19 | 41 |
| Octal | 226 | 274 | 220 | 24 | 0 | 27 | 32 | 160 | 31 | 101 |
| Binary | 10010110 | 10111100 | 10010000 | 10100 | 0 | 10111 | 11010 | 1110000 | 11001 | 1000001 |
Color Harmonies of #96BC90
Complementary color
Monochromatic Colors of #96BC90
Black with #96BC90
Text Example
Text Example
White with #96BC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BC90; }
p { color: rgb(150,188,144); }
H1.HeaderClassName
{
color: #96BC90;
}
.AnyTagClassName
{
color: #96BC90;
}
</style>
background-color css
<style>
a { background-color: #96BC90; }
a { background-color: rgb(150,188,144); }
div.DivClassName
{
background-color: #96BC90;
}
.BgClassName
{
background-color: #96BC90;
}
</style>
border-color css
<style>
span { border-color: #96BC90; }
span { border-color: rgb(150,188,144); }
td.TdClassName
{
border-color: #96BC90;
}
.TagClassName
{
border-color: #96BC90;
}
</style>