Shades of Dark Sea Green #96CA8D
Tints of Dark Sea Green #96CA8D
RGB
CMYK
RGB Variations
Color information
#96CA8D (or 0x96CA8D) is known color: Dark Sea Green. HEX triplet: 96, CA and 8D. RGB value is (150,202,141). Sum of RGB (Red+Green+Blue) = 150+202+141=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CA8D is #693572. Grayscale: #B3B3B3. Windows color (decimal): -6894963 or 9292438. OLE color: 9292438.
HSL color Cylindrical-coordinate representation of color #96CA8D: hue angle of 111.15º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96CA8D is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 202 | 141 | - |
| CMYK | 0.26 | 0 | 0.30 | 0.21 |
| HSL | 111.15º | 0.37% | 0.67% | - |
| HSV(B) | 111.15º | 0.3% | 0.79% | - |
| XYZ | 38.51 | 50.65 | 32.95 | - |
| YUV | 179.5 | 106.27 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 202 | 141 | 0.26 | 0 | 0.30 | 0.21 | 111.15 | 0.37 | 0.67 |
| Hex | 96 | CA | 8D | 1A | 0 | 1E | 15 | 6F | 25 | 43 |
| Octal | 226 | 312 | 215 | 32 | 0 | 36 | 25 | 157 | 45 | 103 |
| Binary | 10010110 | 11001010 | 10001101 | 11010 | 0 | 11110 | 10101 | 1101111 | 100101 | 1000011 |
Color Harmonies of #96CA8D
Complementary color
Monochromatic Colors of #96CA8D
Black with #96CA8D
Text Example
Text Example
White with #96CA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CA8D; }
p { color: rgb(150,202,141); }
H1.HeaderClassName
{
color: #96CA8D;
}
.AnyTagClassName
{
color: #96CA8D;
}
</style>
background-color css
<style>
a { background-color: #96CA8D; }
a { background-color: rgb(150,202,141); }
div.DivClassName
{
background-color: #96CA8D;
}
.BgClassName
{
background-color: #96CA8D;
}
</style>
border-color css
<style>
span { border-color: #96CA8D; }
span { border-color: rgb(150,202,141); }
td.TdClassName
{
border-color: #96CA8D;
}
.TagClassName
{
border-color: #96CA8D;
}
</style>