Shades of Dark Sea Green #99C395
Tints of Dark Sea Green #99C395
RGB
CMYK
RGB Variations
Color information
#99C395 (or 0x99C395) is known color: Dark Sea Green. HEX triplet: 99, C3 and 95. RGB value is (153,195,149). Sum of RGB (Red+Green+Blue) = 153+195+149=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 195 - color contains mainly: green. Hex color #99C395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C395 is #663C6A. Grayscale: #B1B1B1. Windows color (decimal): -6700139 or 9814937. OLE color: 9814937.
HSL color Cylindrical-coordinate representation of color #99C395: hue angle of 114.78º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99C395 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 195 | 149 | - |
| CMYK | 0.22 | 0 | 0.24 | 0.24 |
| HSL | 114.78º | 0.28% | 0.67% | - |
| HSV(B) | 114.78º | 0.24% | 0.76% | - |
| XYZ | 38.08 | 47.97 | 35.69 | - |
| YUV | 177.2 | 112.09 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 195 | 149 | 0.22 | 0 | 0.24 | 0.24 | 114.78 | 0.28 | 0.67 |
| Hex | 99 | C3 | 95 | 16 | 0 | 18 | 18 | 73 | 1C | 43 |
| Octal | 231 | 303 | 225 | 26 | 0 | 30 | 30 | 163 | 34 | 103 |
| Binary | 10011001 | 11000011 | 10010101 | 10110 | 0 | 11000 | 11000 | 1110011 | 11100 | 1000011 |
Color Harmonies of #99C395
Complementary color
Monochromatic Colors of #99C395
Black with #99C395
Text Example
Text Example
White with #99C395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C395; }
p { color: rgb(153,195,149); }
H1.HeaderClassName
{
color: #99C395;
}
.AnyTagClassName
{
color: #99C395;
}
</style>
background-color css
<style>
a { background-color: #99C395; }
a { background-color: rgb(153,195,149); }
div.DivClassName
{
background-color: #99C395;
}
.BgClassName
{
background-color: #99C395;
}
</style>
border-color css
<style>
span { border-color: #99C395; }
span { border-color: rgb(153,195,149); }
td.TdClassName
{
border-color: #99C395;
}
.TagClassName
{
border-color: #99C395;
}
</style>