Shades of Dark Sea Green #99C596
Tints of Dark Sea Green #99C596
RGB
CMYK
RGB Variations
Color information
#99C596 (or 0x99C596) is known color: Dark Sea Green. HEX triplet: 99, C5 and 96. RGB value is (153,197,150). Sum of RGB (Red+Green+Blue) = 153+197+150=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 197 - color contains mainly: green. Hex color #99C596 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C596 is #663A69. Grayscale: #B2B2B2. Windows color (decimal): -6699626 or 9880985. OLE color: 9880985.
HSL color Cylindrical-coordinate representation of color #99C596: hue angle of 116.17º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99C596 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 197 | 150 | - |
| CMYK | 0.22 | 0 | 0.24 | 0.23 |
| HSL | 116.17º | 0.29% | 0.68% | - |
| HSV(B) | 116.17º | 0.24% | 0.77% | - |
| XYZ | 38.61 | 48.91 | 36.26 | - |
| YUV | 178.49 | 111.92 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 197 | 150 | 0.22 | 0 | 0.24 | 0.23 | 116.17 | 0.29 | 0.68 |
| Hex | 99 | C5 | 96 | 16 | 0 | 18 | 17 | 74 | 1D | 44 |
| Octal | 231 | 305 | 226 | 26 | 0 | 30 | 27 | 164 | 35 | 104 |
| Binary | 10011001 | 11000101 | 10010110 | 10110 | 0 | 11000 | 10111 | 1110100 | 11101 | 1000100 |
Color Harmonies of #99C596
Complementary color
Monochromatic Colors of #99C596
Black with #99C596
Text Example
Text Example
White with #99C596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C596; }
p { color: rgb(153,197,150); }
H1.HeaderClassName
{
color: #99C596;
}
.AnyTagClassName
{
color: #99C596;
}
</style>
background-color css
<style>
a { background-color: #99C596; }
a { background-color: rgb(153,197,150); }
div.DivClassName
{
background-color: #99C596;
}
.BgClassName
{
background-color: #99C596;
}
</style>
border-color css
<style>
span { border-color: #99C596; }
span { border-color: rgb(153,197,150); }
td.TdClassName
{
border-color: #99C596;
}
.TagClassName
{
border-color: #99C596;
}
</style>