Shades of Dark Sea Green #99C698
Tints of Dark Sea Green #99C698
RGB
CMYK
RGB Variations
Color information
#99C698 (or 0x99C698) is known color: Dark Sea Green. HEX triplet: 99, C6 and 98. RGB value is (153,198,152). Sum of RGB (Red+Green+Blue) = 153+198+152=503 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.42% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 198 - color contains mainly: green. Hex color #99C698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C698 is #663967. Grayscale: #B3B3B3. Windows color (decimal): -6699368 or 10012313. OLE color: 10012313.
HSL color Cylindrical-coordinate representation of color #99C698: hue angle of 118.7º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99C698 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 198 | 152 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.22 |
| HSL | 118.7º | 0.29% | 0.69% | - |
| HSV(B) | 118.7º | 0.23% | 0.78% | - |
| XYZ | 39 | 49.43 | 37.19 | - |
| YUV | 179.3 | 112.59 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 198 | 152 | 0.23 | 0 | 0.23 | 0.22 | 118.7 | 0.29 | 0.69 |
| Hex | 99 | C6 | 98 | 17 | 0 | 17 | 16 | 77 | 1D | 45 |
| Octal | 231 | 306 | 230 | 27 | 0 | 27 | 26 | 167 | 35 | 105 |
| Binary | 10011001 | 11000110 | 10011000 | 10111 | 0 | 10111 | 10110 | 1110111 | 11101 | 1000101 |
Color Harmonies of #99C698
Complementary color
Monochromatic Colors of #99C698
Black with #99C698
Text Example
Text Example
White with #99C698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C698; }
p { color: rgb(153,198,152); }
H1.HeaderClassName
{
color: #99C698;
}
.AnyTagClassName
{
color: #99C698;
}
</style>
background-color css
<style>
a { background-color: #99C698; }
a { background-color: rgb(153,198,152); }
div.DivClassName
{
background-color: #99C698;
}
.BgClassName
{
background-color: #99C698;
}
</style>
border-color css
<style>
span { border-color: #99C698; }
span { border-color: rgb(153,198,152); }
td.TdClassName
{
border-color: #99C698;
}
.TagClassName
{
border-color: #99C698;
}
</style>