Shades of Dark Sea Green #96C88F
Tints of Dark Sea Green #96C88F
RGB
CMYK
RGB Variations
Color information
#96C88F (or 0x96C88F) is known color: Dark Sea Green. HEX triplet: 96, C8 and 8F. RGB value is (150,200,143). Sum of RGB (Red+Green+Blue) = 150+200+143=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 200 (78.52% from 255 or 40.57% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 200 - color contains mainly: green. Hex color #96C88F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C88F is #693770. Grayscale: #B2B2B2. Windows color (decimal): -6895473 or 9422998. OLE color: 9422998.
HSL color Cylindrical-coordinate representation of color #96C88F: hue angle of 112.63º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96C88F is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 200 | 143 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.22 |
| HSL | 112.63º | 0.34% | 0.67% | - |
| HSV(B) | 112.63º | 0.29% | 0.78% | - |
| XYZ | 38.19 | 49.78 | 33.58 | - |
| YUV | 178.55 | 107.94 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 200 | 143 | 0.25 | 0 | 0.28 | 0.22 | 112.63 | 0.34 | 0.67 |
| Hex | 96 | C8 | 8F | 19 | 0 | 1C | 16 | 71 | 22 | 43 |
| Octal | 226 | 310 | 217 | 31 | 0 | 34 | 26 | 161 | 42 | 103 |
| Binary | 10010110 | 11001000 | 10001111 | 11001 | 0 | 11100 | 10110 | 1110001 | 100010 | 1000011 |
Color Harmonies of #96C88F
Complementary color
Monochromatic Colors of #96C88F
Black with #96C88F
Text Example
Text Example
White with #96C88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C88F; }
p { color: rgb(150,200,143); }
H1.HeaderClassName
{
color: #96C88F;
}
.AnyTagClassName
{
color: #96C88F;
}
</style>
background-color css
<style>
a { background-color: #96C88F; }
a { background-color: rgb(150,200,143); }
div.DivClassName
{
background-color: #96C88F;
}
.BgClassName
{
background-color: #96C88F;
}
</style>
border-color css
<style>
span { border-color: #96C88F; }
span { border-color: rgb(150,200,143); }
td.TdClassName
{
border-color: #96C88F;
}
.TagClassName
{
border-color: #96C88F;
}
</style>