Shades of Dark Sea Green #99C697
Tints of Dark Sea Green #99C697
RGB
CMYK
RGB Variations
Color information
#99C697 (or 0x99C697) is known color: Dark Sea Green. HEX triplet: 99, C6 and 97. RGB value is (153,198,151). Sum of RGB (Red+Green+Blue) = 153+198+151=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 198 - color contains mainly: green. Hex color #99C697 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C697 is #663968. Grayscale: #B3B3B3. Windows color (decimal): -6699369 or 9946777. OLE color: 9946777.
HSL color Cylindrical-coordinate representation of color #99C697: hue angle of 117.45º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99C697 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 198 | 151 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.22 |
| HSL | 117.45º | 0.29% | 0.68% | - |
| HSV(B) | 117.45º | 0.24% | 0.78% | - |
| XYZ | 38.92 | 49.39 | 36.76 | - |
| YUV | 179.19 | 112.09 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 198 | 151 | 0.23 | 0 | 0.24 | 0.22 | 117.45 | 0.29 | 0.68 |
| Hex | 99 | C6 | 97 | 17 | 0 | 18 | 16 | 75 | 1D | 44 |
| Octal | 231 | 306 | 227 | 27 | 0 | 30 | 26 | 165 | 35 | 104 |
| Binary | 10011001 | 11000110 | 10010111 | 10111 | 0 | 11000 | 10110 | 1110101 | 11101 | 1000100 |
Color Harmonies of #99C697
Complementary color
Monochromatic Colors of #99C697
Black with #99C697
Text Example
Text Example
White with #99C697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C697; }
p { color: rgb(153,198,151); }
H1.HeaderClassName
{
color: #99C697;
}
.AnyTagClassName
{
color: #99C697;
}
</style>
background-color css
<style>
a { background-color: #99C697; }
a { background-color: rgb(153,198,151); }
div.DivClassName
{
background-color: #99C697;
}
.BgClassName
{
background-color: #99C697;
}
</style>
border-color css
<style>
span { border-color: #99C697; }
span { border-color: rgb(153,198,151); }
td.TdClassName
{
border-color: #99C697;
}
.TagClassName
{
border-color: #99C697;
}
</style>