Shades of Dark Sea Green #99C397
Tints of Dark Sea Green #99C397
RGB
CMYK
RGB Variations
Color information
#99C397 (or 0x99C397) is known color: Dark Sea Green. HEX triplet: 99, C3 and 97. RGB value is (153,195,151). Sum of RGB (Red+Green+Blue) = 153+195+151=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 151 (59.38% from 255 or 30.26% from 499); Max value from RGB is 195 - color contains mainly: green. Hex color #99C397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C397 is #663C68. Grayscale: #B1B1B1. Windows color (decimal): -6700137 or 9946009. OLE color: 9946009.
HSL color Cylindrical-coordinate representation of color #99C397: hue angle of 117.27º 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 #99C397 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 195 | 151 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.24 |
| HSL | 117.27º | 0.27% | 0.68% | - |
| HSV(B) | 117.27º | 0.23% | 0.76% | - |
| XYZ | 38.24 | 48.04 | 36.53 | - |
| YUV | 177.43 | 113.09 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 195 | 151 | 0.22 | 0 | 0.23 | 0.24 | 117.27 | 0.27 | 0.68 |
| Hex | 99 | C3 | 97 | 16 | 0 | 17 | 18 | 75 | 1B | 44 |
| Octal | 231 | 303 | 227 | 26 | 0 | 27 | 30 | 165 | 33 | 104 |
| Binary | 10011001 | 11000011 | 10010111 | 10110 | 0 | 10111 | 11000 | 1110101 | 11011 | 1000100 |
Color Harmonies of #99C397
Complementary color
Monochromatic Colors of #99C397
Black with #99C397
Text Example
Text Example
White with #99C397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C397; }
p { color: rgb(153,195,151); }
H1.HeaderClassName
{
color: #99C397;
}
.AnyTagClassName
{
color: #99C397;
}
</style>
background-color css
<style>
a { background-color: #99C397; }
a { background-color: rgb(153,195,151); }
div.DivClassName
{
background-color: #99C397;
}
.BgClassName
{
background-color: #99C397;
}
</style>
border-color css
<style>
span { border-color: #99C397; }
span { border-color: rgb(153,195,151); }
td.TdClassName
{
border-color: #99C397;
}
.TagClassName
{
border-color: #99C397;
}
</style>