Shades of Dark Sea Green #99C696
Tints of Dark Sea Green #99C696
RGB
CMYK
RGB Variations
Color information
#99C696 (or 0x99C696) is known color: Dark Sea Green. HEX triplet: 99, C6 and 96. RGB value is (153,198,150). Sum of RGB (Red+Green+Blue) = 153+198+150=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 198 - color contains mainly: green. Hex color #99C696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C696 is #663969. Grayscale: #B3B3B3. Windows color (decimal): -6699370 or 9881241. OLE color: 9881241.
HSL color Cylindrical-coordinate representation of color #99C696: hue angle of 116.25º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99C696 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 198 | 150 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.22 |
| HSL | 116.25º | 0.3% | 0.68% | - |
| HSV(B) | 116.25º | 0.24% | 0.78% | - |
| XYZ | 38.84 | 49.36 | 36.34 | - |
| YUV | 179.07 | 111.59 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 198 | 150 | 0.23 | 0 | 0.24 | 0.22 | 116.25 | 0.3 | 0.68 |
| Hex | 99 | C6 | 96 | 17 | 0 | 18 | 16 | 74 | 1E | 44 |
| Octal | 231 | 306 | 226 | 27 | 0 | 30 | 26 | 164 | 36 | 104 |
| Binary | 10011001 | 11000110 | 10010110 | 10111 | 0 | 11000 | 10110 | 1110100 | 11110 | 1000100 |
Color Harmonies of #99C696
Complementary color
Monochromatic Colors of #99C696
Black with #99C696
Text Example
Text Example
White with #99C696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C696; }
p { color: rgb(153,198,150); }
H1.HeaderClassName
{
color: #99C696;
}
.AnyTagClassName
{
color: #99C696;
}
</style>
background-color css
<style>
a { background-color: #99C696; }
a { background-color: rgb(153,198,150); }
div.DivClassName
{
background-color: #99C696;
}
.BgClassName
{
background-color: #99C696;
}
</style>
border-color css
<style>
span { border-color: #99C696; }
span { border-color: rgb(153,198,150); }
td.TdClassName
{
border-color: #99C696;
}
.TagClassName
{
border-color: #99C696;
}
</style>