Shades of Dark Sea Green #96B893
Tints of Dark Sea Green #96B893
RGB
CMYK
RGB Variations
Color information
#96B893 (or 0x96B893) is known color: Dark Sea Green. HEX triplet: 96, B8 and 93. RGB value is (150,184,147). Sum of RGB (Red+Green+Blue) = 150+184+147=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 184 - color contains mainly: green. Hex color #96B893 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B893 is #69476C. Grayscale: #A9A9A9. Windows color (decimal): -6899565 or 9681046. OLE color: 9681046.
HSL color Cylindrical-coordinate representation of color #96B893: hue angle of 115.14º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96B893 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 184 | 147 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.28 |
| HSL | 115.14º | 0.21% | 0.65% | - |
| HSV(B) | 115.14º | 0.2% | 0.72% | - |
| XYZ | 34.98 | 42.87 | 34.03 | - |
| YUV | 169.62 | 115.24 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 184 | 147 | 0.18 | 0 | 0.20 | 0.28 | 115.14 | 0.21 | 0.65 |
| Hex | 96 | B8 | 93 | 12 | 0 | 14 | 1C | 73 | 15 | 41 |
| Octal | 226 | 270 | 223 | 22 | 0 | 24 | 34 | 163 | 25 | 101 |
| Binary | 10010110 | 10111000 | 10010011 | 10010 | 0 | 10100 | 11100 | 1110011 | 10101 | 1000001 |
Color Harmonies of #96B893
Complementary color
Monochromatic Colors of #96B893
Black with #96B893
Text Example
Text Example
White with #96B893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B893; }
p { color: rgb(150,184,147); }
H1.HeaderClassName
{
color: #96B893;
}
.AnyTagClassName
{
color: #96B893;
}
</style>
background-color css
<style>
a { background-color: #96B893; }
a { background-color: rgb(150,184,147); }
div.DivClassName
{
background-color: #96B893;
}
.BgClassName
{
background-color: #96B893;
}
</style>
border-color css
<style>
span { border-color: #96B893; }
span { border-color: rgb(150,184,147); }
td.TdClassName
{
border-color: #96B893;
}
.TagClassName
{
border-color: #96B893;
}
</style>