Shades of Dark Sea Green #96C38B
Tints of Dark Sea Green #96C38B
RGB
CMYK
RGB Variations
Color information
#96C38B (or 0x96C38B) is known color: Dark Sea Green. HEX triplet: 96, C3 and 8B. RGB value is (150,195,139). Sum of RGB (Red+Green+Blue) = 150+195+139=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 195 (76.56% from 255 or 40.29% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 195 - color contains mainly: green. Hex color #96C38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C38B is #693C74. Grayscale: #AFAFAF. Windows color (decimal): -6896757 or 9159574. OLE color: 9159574.
HSL color Cylindrical-coordinate representation of color #96C38B: hue angle of 108.21º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96C38B is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 195 | 139 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.24 |
| HSL | 108.21º | 0.32% | 0.65% | - |
| HSV(B) | 108.21º | 0.29% | 0.76% | - |
| XYZ | 36.75 | 47.38 | 31.63 | - |
| YUV | 175.16 | 107.59 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 195 | 139 | 0.23 | 0 | 0.29 | 0.24 | 108.21 | 0.32 | 0.65 |
| Hex | 96 | C3 | 8B | 17 | 0 | 1D | 18 | 6C | 20 | 41 |
| Octal | 226 | 303 | 213 | 27 | 0 | 35 | 30 | 154 | 40 | 101 |
| Binary | 10010110 | 11000011 | 10001011 | 10111 | 0 | 11101 | 11000 | 1101100 | 100000 | 1000001 |
Color Harmonies of #96C38B
Complementary color
Monochromatic Colors of #96C38B
Black with #96C38B
Text Example
Text Example
White with #96C38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C38B; }
p { color: rgb(150,195,139); }
H1.HeaderClassName
{
color: #96C38B;
}
.AnyTagClassName
{
color: #96C38B;
}
</style>
background-color css
<style>
a { background-color: #96C38B; }
a { background-color: rgb(150,195,139); }
div.DivClassName
{
background-color: #96C38B;
}
.BgClassName
{
background-color: #96C38B;
}
</style>
border-color css
<style>
span { border-color: #96C38B; }
span { border-color: rgb(150,195,139); }
td.TdClassName
{
border-color: #96C38B;
}
.TagClassName
{
border-color: #96C38B;
}
</style>