Shades of Dark Sea Green #99C097
Tints of Dark Sea Green #99C097
RGB
CMYK
RGB Variations
Color information
#99C097 (or 0x99C097) is known color: Dark Sea Green. HEX triplet: 99, C0 and 97. RGB value is (153,192,151). Sum of RGB (Red+Green+Blue) = 153+192+151=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 151 (59.38% from 255 or 30.44% from 496); Max value from RGB is 192 - color contains mainly: green. Hex color #99C097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C097 is #663F68. Grayscale: #AFAFAF. Windows color (decimal): -6700905 or 9945241. OLE color: 9945241.
HSL color Cylindrical-coordinate representation of color #99C097: hue angle of 117.07º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99C097 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 192 | 151 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.25 |
| HSL | 117.07º | 0.25% | 0.67% | - |
| HSV(B) | 117.07º | 0.21% | 0.75% | - |
| XYZ | 37.57 | 46.71 | 36.31 | - |
| YUV | 175.67 | 114.08 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 151 | 0.20 | 0 | 0.21 | 0.25 | 117.07 | 0.25 | 0.67 |
| Hex | 99 | C0 | 97 | 14 | 0 | 15 | 19 | 75 | 19 | 43 |
| Octal | 231 | 300 | 227 | 24 | 0 | 25 | 31 | 165 | 31 | 103 |
| Binary | 10011001 | 11000000 | 10010111 | 10100 | 0 | 10101 | 11001 | 1110101 | 11001 | 1000011 |
Color Harmonies of #99C097
Complementary color
Monochromatic Colors of #99C097
Black with #99C097
Text Example
Text Example
White with #99C097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C097; }
p { color: rgb(153,192,151); }
H1.HeaderClassName
{
color: #99C097;
}
.AnyTagClassName
{
color: #99C097;
}
</style>
background-color css
<style>
a { background-color: #99C097; }
a { background-color: rgb(153,192,151); }
div.DivClassName
{
background-color: #99C097;
}
.BgClassName
{
background-color: #99C097;
}
</style>
border-color css
<style>
span { border-color: #99C097; }
span { border-color: rgb(153,192,151); }
td.TdClassName
{
border-color: #99C097;
}
.TagClassName
{
border-color: #99C097;
}
</style>