Shades of Dark Sea Green #96BB8C
Tints of Dark Sea Green #96BB8C
RGB
CMYK
RGB Variations
Color information
#96BB8C (or 0x96BB8C) is known color: Dark Sea Green. HEX triplet: 96, BB and 8C. RGB value is (150,187,140). Sum of RGB (Red+Green+Blue) = 150+187+140=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BB8C is #694473. Grayscale: #AAAAAA. Windows color (decimal): -6898804 or 9223062. OLE color: 9223062.
HSL color Cylindrical-coordinate representation of color #96BB8C: hue angle of 107.23º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96BB8C is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 187 | 140 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.27 |
| HSL | 107.23º | 0.26% | 0.64% | - |
| HSV(B) | 107.23º | 0.25% | 0.73% | - |
| XYZ | 35.08 | 43.92 | 31.44 | - |
| YUV | 170.58 | 110.74 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 187 | 140 | 0.20 | 0 | 0.25 | 0.27 | 107.23 | 0.26 | 0.64 |
| Hex | 96 | BB | 8C | 14 | 0 | 19 | 1B | 6B | 1A | 40 |
| Octal | 226 | 273 | 214 | 24 | 0 | 31 | 33 | 153 | 32 | 100 |
| Binary | 10010110 | 10111011 | 10001100 | 10100 | 0 | 11001 | 11011 | 1101011 | 11010 | 1000000 |
Color Harmonies of #96BB8C
Complementary color
Monochromatic Colors of #96BB8C
Black with #96BB8C
Text Example
Text Example
White with #96BB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BB8C; }
p { color: rgb(150,187,140); }
H1.HeaderClassName
{
color: #96BB8C;
}
.AnyTagClassName
{
color: #96BB8C;
}
</style>
background-color css
<style>
a { background-color: #96BB8C; }
a { background-color: rgb(150,187,140); }
div.DivClassName
{
background-color: #96BB8C;
}
.BgClassName
{
background-color: #96BB8C;
}
</style>
border-color css
<style>
span { border-color: #96BB8C; }
span { border-color: rgb(150,187,140); }
td.TdClassName
{
border-color: #96BB8C;
}
.TagClassName
{
border-color: #96BB8C;
}
</style>