Shades of Dark Sea Green #99C396
Tints of Dark Sea Green #99C396
RGB
CMYK
RGB Variations
Color information
#99C396 (or 0x99C396) is known color: Dark Sea Green. HEX triplet: 99, C3 and 96. RGB value is (153,195,150). Sum of RGB (Red+Green+Blue) = 153+195+150=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 150 (58.98% from 255 or 30.12% from 498); Max value from RGB is 195 - color contains mainly: green. Hex color #99C396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C396 is #663C69. Grayscale: #B1B1B1. Windows color (decimal): -6700138 or 9880473. OLE color: 9880473.
HSL color Cylindrical-coordinate representation of color #99C396: hue angle of 116º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99C396 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 195 | 150 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.24 |
| HSL | 116º | 0.27% | 0.68% | - |
| HSV(B) | 116º | 0.23% | 0.76% | - |
| XYZ | 38.16 | 48 | 36.11 | - |
| YUV | 177.31 | 112.59 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 195 | 150 | 0.22 | 0 | 0.23 | 0.24 | 116 | 0.27 | 0.68 |
| Hex | 99 | C3 | 96 | 16 | 0 | 17 | 18 | 74 | 1B | 44 |
| Octal | 231 | 303 | 226 | 26 | 0 | 27 | 30 | 164 | 33 | 104 |
| Binary | 10011001 | 11000011 | 10010110 | 10110 | 0 | 10111 | 11000 | 1110100 | 11011 | 1000100 |
Color Harmonies of #99C396
Complementary color
Monochromatic Colors of #99C396
Black with #99C396
Text Example
Text Example
White with #99C396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C396; }
p { color: rgb(153,195,150); }
H1.HeaderClassName
{
color: #99C396;
}
.AnyTagClassName
{
color: #99C396;
}
</style>
background-color css
<style>
a { background-color: #99C396; }
a { background-color: rgb(153,195,150); }
div.DivClassName
{
background-color: #99C396;
}
.BgClassName
{
background-color: #99C396;
}
</style>
border-color css
<style>
span { border-color: #99C396; }
span { border-color: rgb(153,195,150); }
td.TdClassName
{
border-color: #99C396;
}
.TagClassName
{
border-color: #99C396;
}
</style>