Shades of Dark Sea Green #96C39B
Tints of Dark Sea Green #96C39B
RGB
CMYK
RGB Variations
Color information
#96C39B (or 0x96C39B) is known color: Dark Sea Green. HEX triplet: 96, C3 and 9B. RGB value is (150,195,155). Sum of RGB (Red+Green+Blue) = 150+195+155=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 195 - color contains mainly: green. Hex color #96C39B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C39B is #693C64. Grayscale: #B1B1B1. Windows color (decimal): -6896741 or 10208150. OLE color: 10208150.
HSL color Cylindrical-coordinate representation of color #96C39B: hue angle of 126.67º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96C39B is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 195 | 155 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.24 |
| HSL | 126.67º | 0.27% | 0.68% | - |
| HSV(B) | 126.67º | 0.23% | 0.76% | - |
| XYZ | 38.01 | 47.88 | 38.25 | - |
| YUV | 176.99 | 115.59 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 195 | 155 | 0.23 | 0 | 0.21 | 0.24 | 126.67 | 0.27 | 0.68 |
| Hex | 96 | C3 | 9B | 17 | 0 | 15 | 18 | 7F | 1B | 44 |
| Octal | 226 | 303 | 233 | 27 | 0 | 25 | 30 | 177 | 33 | 104 |
| Binary | 10010110 | 11000011 | 10011011 | 10111 | 0 | 10101 | 11000 | 1111111 | 11011 | 1000100 |
Color Harmonies of #96C39B
Complementary color
Monochromatic Colors of #96C39B
Black with #96C39B
Text Example
Text Example
White with #96C39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C39B; }
p { color: rgb(150,195,155); }
H1.HeaderClassName
{
color: #96C39B;
}
.AnyTagClassName
{
color: #96C39B;
}
</style>
background-color css
<style>
a { background-color: #96C39B; }
a { background-color: rgb(150,195,155); }
div.DivClassName
{
background-color: #96C39B;
}
.BgClassName
{
background-color: #96C39B;
}
</style>
border-color css
<style>
span { border-color: #96C39B; }
span { border-color: rgb(150,195,155); }
td.TdClassName
{
border-color: #96C39B;
}
.TagClassName
{
border-color: #96C39B;
}
</style>