Shades of Dark Sea Green #96C48B
Tints of Dark Sea Green #96C48B
RGB
CMYK
RGB Variations
Color information
#96C48B (or 0x96C48B) is known color: Dark Sea Green. HEX triplet: 96, C4 and 8B. RGB value is (150,196,139). Sum of RGB (Red+Green+Blue) = 150+196+139=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 196 (76.95% from 255 or 40.41% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 196 - color contains mainly: green. Hex color #96C48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C48B is #693B74. Grayscale: #AFAFAF. Windows color (decimal): -6896501 or 9159830. OLE color: 9159830.
HSL color Cylindrical-coordinate representation of color #96C48B: hue angle of 108.42º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96C48B is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 196 | 139 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.23 |
| HSL | 108.42º | 0.33% | 0.66% | - |
| HSV(B) | 108.42º | 0.29% | 0.77% | - |
| XYZ | 36.98 | 47.83 | 31.71 | - |
| YUV | 175.75 | 107.26 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 196 | 139 | 0.23 | 0 | 0.29 | 0.23 | 108.42 | 0.33 | 0.66 |
| Hex | 96 | C4 | 8B | 17 | 0 | 1D | 17 | 6C | 21 | 42 |
| Octal | 226 | 304 | 213 | 27 | 0 | 35 | 27 | 154 | 41 | 102 |
| Binary | 10010110 | 11000100 | 10001011 | 10111 | 0 | 11101 | 10111 | 1101100 | 100001 | 1000010 |
Color Harmonies of #96C48B
Complementary color
Monochromatic Colors of #96C48B
Black with #96C48B
Text Example
Text Example
White with #96C48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C48B; }
p { color: rgb(150,196,139); }
H1.HeaderClassName
{
color: #96C48B;
}
.AnyTagClassName
{
color: #96C48B;
}
</style>
background-color css
<style>
a { background-color: #96C48B; }
a { background-color: rgb(150,196,139); }
div.DivClassName
{
background-color: #96C48B;
}
.BgClassName
{
background-color: #96C48B;
}
</style>
border-color css
<style>
span { border-color: #96C48B; }
span { border-color: rgb(150,196,139); }
td.TdClassName
{
border-color: #96C48B;
}
.TagClassName
{
border-color: #96C48B;
}
</style>