Shades of Dark Sea Green #96BA95
Tints of Dark Sea Green #96BA95
RGB
CMYK
RGB Variations
Color information
#96BA95 (or 0x96BA95) is known color: Dark Sea Green. HEX triplet: 96, BA and 95. RGB value is (150,186,149). Sum of RGB (Red+Green+Blue) = 150+186+149=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BA95 is #69456A. Grayscale: #ABABAB. Windows color (decimal): -6899051 or 9812630. OLE color: 9812630.
HSL color Cylindrical-coordinate representation of color #96BA95: hue angle of 118.38º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96BA95 is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 186 | 149 | - |
| CMYK | 0.19 | 0 | 0.20 | 0.27 |
| HSL | 118.38º | 0.21% | 0.66% | - |
| HSV(B) | 118.38º | 0.2% | 0.73% | - |
| XYZ | 35.56 | 43.77 | 35.01 | - |
| YUV | 171.02 | 115.57 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 186 | 149 | 0.19 | 0 | 0.20 | 0.27 | 118.38 | 0.21 | 0.66 |
| Hex | 96 | BA | 95 | 13 | 0 | 14 | 1B | 76 | 15 | 42 |
| Octal | 226 | 272 | 225 | 23 | 0 | 24 | 33 | 166 | 25 | 102 |
| Binary | 10010110 | 10111010 | 10010101 | 10011 | 0 | 10100 | 11011 | 1110110 | 10101 | 1000010 |
Color Harmonies of #96BA95
Complementary color
Monochromatic Colors of #96BA95
Black with #96BA95
Text Example
Text Example
White with #96BA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BA95; }
p { color: rgb(150,186,149); }
H1.HeaderClassName
{
color: #96BA95;
}
.AnyTagClassName
{
color: #96BA95;
}
</style>
background-color css
<style>
a { background-color: #96BA95; }
a { background-color: rgb(150,186,149); }
div.DivClassName
{
background-color: #96BA95;
}
.BgClassName
{
background-color: #96BA95;
}
</style>
border-color css
<style>
span { border-color: #96BA95; }
span { border-color: rgb(150,186,149); }
td.TdClassName
{
border-color: #96BA95;
}
.TagClassName
{
border-color: #96BA95;
}
</style>