Shades of Dark Sea Green #96BD8E
Tints of Dark Sea Green #96BD8E
RGB
CMYK
RGB Variations
Color information
#96BD8E (or 0x96BD8E) is known color: Dark Sea Green. HEX triplet: 96, BD and 8E. RGB value is (150,189,142). Sum of RGB (Red+Green+Blue) = 150+189+142=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BD8E is #694271. Grayscale: #ACACAC. Windows color (decimal): -6898290 or 9354646. OLE color: 9354646.
HSL color Cylindrical-coordinate representation of color #96BD8E: hue angle of 109.79º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96BD8E is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 189 | 142 | - |
| CMYK | 0.21 | 0 | 0.25 | 0.26 |
| HSL | 109.79º | 0.26% | 0.65% | - |
| HSV(B) | 109.79º | 0.25% | 0.74% | - |
| XYZ | 35.66 | 44.83 | 32.37 | - |
| YUV | 171.98 | 111.08 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 189 | 142 | 0.21 | 0 | 0.25 | 0.26 | 109.79 | 0.26 | 0.65 |
| Hex | 96 | BD | 8E | 15 | 0 | 19 | 1A | 6E | 1A | 41 |
| Octal | 226 | 275 | 216 | 25 | 0 | 31 | 32 | 156 | 32 | 101 |
| Binary | 10010110 | 10111101 | 10001110 | 10101 | 0 | 11001 | 11010 | 1101110 | 11010 | 1000001 |
Color Harmonies of #96BD8E
Complementary color
Monochromatic Colors of #96BD8E
Black with #96BD8E
Text Example
Text Example
White with #96BD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BD8E; }
p { color: rgb(150,189,142); }
H1.HeaderClassName
{
color: #96BD8E;
}
.AnyTagClassName
{
color: #96BD8E;
}
</style>
background-color css
<style>
a { background-color: #96BD8E; }
a { background-color: rgb(150,189,142); }
div.DivClassName
{
background-color: #96BD8E;
}
.BgClassName
{
background-color: #96BD8E;
}
</style>
border-color css
<style>
span { border-color: #96BD8E; }
span { border-color: rgb(150,189,142); }
td.TdClassName
{
border-color: #96BD8E;
}
.TagClassName
{
border-color: #96BD8E;
}
</style>