Shades of Dark Sea Green #96BF8C
Tints of Dark Sea Green #96BF8C
RGB
CMYK
RGB Variations
Color information
#96BF8C (or 0x96BF8C) is known color: Dark Sea Green. HEX triplet: 96, BF and 8C. RGB value is (150,191,140). Sum of RGB (Red+Green+Blue) = 150+191+140=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 191 (75% from 255 or 39.71% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 191 - color contains mainly: green. Hex color #96BF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BF8C is #694073. Grayscale: #ADADAD. Windows color (decimal): -6897780 or 9224086. OLE color: 9224086.
HSL color Cylindrical-coordinate representation of color #96BF8C: hue angle of 108.24º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96BF8C is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 191 | 140 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.25 |
| HSL | 108.24º | 0.28% | 0.65% | - |
| HSV(B) | 108.24º | 0.27% | 0.75% | - |
| XYZ | 35.94 | 45.64 | 31.73 | - |
| YUV | 172.93 | 109.42 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 191 | 140 | 0.21 | 0 | 0.27 | 0.25 | 108.24 | 0.28 | 0.65 |
| Hex | 96 | BF | 8C | 15 | 0 | 1B | 19 | 6C | 1C | 41 |
| Octal | 226 | 277 | 214 | 25 | 0 | 33 | 31 | 154 | 34 | 101 |
| Binary | 10010110 | 10111111 | 10001100 | 10101 | 0 | 11011 | 11001 | 1101100 | 11100 | 1000001 |
Color Harmonies of #96BF8C
Complementary color
Monochromatic Colors of #96BF8C
Black with #96BF8C
Text Example
Text Example
White with #96BF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BF8C; }
p { color: rgb(150,191,140); }
H1.HeaderClassName
{
color: #96BF8C;
}
.AnyTagClassName
{
color: #96BF8C;
}
</style>
background-color css
<style>
a { background-color: #96BF8C; }
a { background-color: rgb(150,191,140); }
div.DivClassName
{
background-color: #96BF8C;
}
.BgClassName
{
background-color: #96BF8C;
}
</style>
border-color css
<style>
span { border-color: #96BF8C; }
span { border-color: rgb(150,191,140); }
td.TdClassName
{
border-color: #96BF8C;
}
.TagClassName
{
border-color: #96BF8C;
}
</style>