Shades of Dark Sea Green #96C892
Tints of Dark Sea Green #96C892
RGB
CMYK
RGB Variations
Color information
#96C892 (or 0x96C892) is known color: Dark Sea Green. HEX triplet: 96, C8 and 92. RGB value is (150,200,146). Sum of RGB (Red+Green+Blue) = 150+200+146=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 200 - color contains mainly: green. Hex color #96C892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C892 is #69376D. Grayscale: #B3B3B3. Windows color (decimal): -6895470 or 9619606. OLE color: 9619606.
HSL color Cylindrical-coordinate representation of color #96C892: hue angle of 115.56º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96C892 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 200 | 146 | - |
| CMYK | 0.25 | 0 | 0.27 | 0.22 |
| HSL | 115.56º | 0.33% | 0.68% | - |
| HSV(B) | 115.56º | 0.27% | 0.78% | - |
| XYZ | 38.42 | 49.87 | 34.79 | - |
| YUV | 178.89 | 109.44 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 200 | 146 | 0.25 | 0 | 0.27 | 0.22 | 115.56 | 0.33 | 0.68 |
| Hex | 96 | C8 | 92 | 19 | 0 | 1B | 16 | 74 | 21 | 44 |
| Octal | 226 | 310 | 222 | 31 | 0 | 33 | 26 | 164 | 41 | 104 |
| Binary | 10010110 | 11001000 | 10010010 | 11001 | 0 | 11011 | 10110 | 1110100 | 100001 | 1000100 |
Color Harmonies of #96C892
Complementary color
Monochromatic Colors of #96C892
Black with #96C892
Text Example
Text Example
White with #96C892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C892; }
p { color: rgb(150,200,146); }
H1.HeaderClassName
{
color: #96C892;
}
.AnyTagClassName
{
color: #96C892;
}
</style>
background-color css
<style>
a { background-color: #96C892; }
a { background-color: rgb(150,200,146); }
div.DivClassName
{
background-color: #96C892;
}
.BgClassName
{
background-color: #96C892;
}
</style>
border-color css
<style>
span { border-color: #96C892; }
span { border-color: rgb(150,200,146); }
td.TdClassName
{
border-color: #96C892;
}
.TagClassName
{
border-color: #96C892;
}
</style>