Shades of Dark Sea Green #99C296
Tints of Dark Sea Green #99C296
RGB
CMYK
RGB Variations
Color information
#99C296 (or 0x99C296) is known color: Dark Sea Green. HEX triplet: 99, C2 and 96. RGB value is (153,194,150). Sum of RGB (Red+Green+Blue) = 153+194+150=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 194 - color contains mainly: green. Hex color #99C296 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C296 is #663D69. Grayscale: #B0B0B0. Windows color (decimal): -6700394 or 9880217. OLE color: 9880217.
HSL color Cylindrical-coordinate representation of color #99C296: hue angle of 115.91º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99C296 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 194 | 150 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.24 |
| HSL | 115.91º | 0.27% | 0.67% | - |
| HSV(B) | 115.91º | 0.23% | 0.76% | - |
| XYZ | 37.93 | 47.56 | 36.03 | - |
| YUV | 176.73 | 112.92 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 194 | 150 | 0.21 | 0 | 0.23 | 0.24 | 115.91 | 0.27 | 0.67 |
| Hex | 99 | C2 | 96 | 15 | 0 | 17 | 18 | 74 | 1B | 43 |
| Octal | 231 | 302 | 226 | 25 | 0 | 27 | 30 | 164 | 33 | 103 |
| Binary | 10011001 | 11000010 | 10010110 | 10101 | 0 | 10111 | 11000 | 1110100 | 11011 | 1000011 |
Color Harmonies of #99C296
Complementary color
Monochromatic Colors of #99C296
Black with #99C296
Text Example
Text Example
White with #99C296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C296; }
p { color: rgb(153,194,150); }
H1.HeaderClassName
{
color: #99C296;
}
.AnyTagClassName
{
color: #99C296;
}
</style>
background-color css
<style>
a { background-color: #99C296; }
a { background-color: rgb(153,194,150); }
div.DivClassName
{
background-color: #99C296;
}
.BgClassName
{
background-color: #99C296;
}
</style>
border-color css
<style>
span { border-color: #99C296; }
span { border-color: rgb(153,194,150); }
td.TdClassName
{
border-color: #99C296;
}
.TagClassName
{
border-color: #99C296;
}
</style>