Shades of Dark Sea Green #96C893
Tints of Dark Sea Green #96C893
RGB
CMYK
RGB Variations
Color information
#96C893 (or 0x96C893) is known color: Dark Sea Green. HEX triplet: 96, C8 and 93. RGB value is (150,200,147). Sum of RGB (Red+Green+Blue) = 150+200+147=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 200 - color contains mainly: green. Hex color #96C893 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C893 is #69376C. Grayscale: #B3B3B3. Windows color (decimal): -6895469 or 9685142. OLE color: 9685142.
HSL color Cylindrical-coordinate representation of color #96C893: hue angle of 116.6º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96C893 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 200 | 147 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.22 |
| HSL | 116.6º | 0.33% | 0.68% | - |
| HSV(B) | 116.6º | 0.27% | 0.78% | - |
| XYZ | 38.5 | 49.9 | 35.21 | - |
| YUV | 179.01 | 109.94 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 200 | 147 | 0.25 | 0 | 0.26 | 0.22 | 116.6 | 0.33 | 0.68 |
| Hex | 96 | C8 | 93 | 19 | 0 | 1A | 16 | 75 | 21 | 44 |
| Octal | 226 | 310 | 223 | 31 | 0 | 32 | 26 | 165 | 41 | 104 |
| Binary | 10010110 | 11001000 | 10010011 | 11001 | 0 | 11010 | 10110 | 1110101 | 100001 | 1000100 |
Color Harmonies of #96C893
Complementary color
Monochromatic Colors of #96C893
Black with #96C893
Text Example
Text Example
White with #96C893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C893; }
p { color: rgb(150,200,147); }
H1.HeaderClassName
{
color: #96C893;
}
.AnyTagClassName
{
color: #96C893;
}
</style>
background-color css
<style>
a { background-color: #96C893; }
a { background-color: rgb(150,200,147); }
div.DivClassName
{
background-color: #96C893;
}
.BgClassName
{
background-color: #96C893;
}
</style>
border-color css
<style>
span { border-color: #96C893; }
span { border-color: rgb(150,200,147); }
td.TdClassName
{
border-color: #96C893;
}
.TagClassName
{
border-color: #96C893;
}
</style>