Shades of Dark Sea Green #99C499
Tints of Dark Sea Green #99C499
RGB
CMYK
RGB Variations
Color information
#99C499 (or 0x99C499) is known color: Dark Sea Green. HEX triplet: 99, C4 and 99. RGB value is (153,196,153). Sum of RGB (Red+Green+Blue) = 153+196+153=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 196 (76.95% from 255 or 39.04% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 196 - color contains mainly: green. Hex color #99C499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C499 is #663B66. Grayscale: #B2B2B2. Windows color (decimal): -6699879 or 10077337. OLE color: 10077337.
HSL color Cylindrical-coordinate representation of color #99C499: hue angle of 120º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99C499 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 196 | 153 | - |
| CMYK | 0.22 | 0 | 0.22 | 0.23 |
| HSL | 120º | 0.27% | 0.68% | - |
| HSV(B) | 120º | 0.22% | 0.77% | - |
| XYZ | 38.63 | 48.55 | 37.47 | - |
| YUV | 178.24 | 113.75 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 196 | 153 | 0.22 | 0 | 0.22 | 0.23 | 120 | 0.27 | 0.68 |
| Hex | 99 | C4 | 99 | 16 | 0 | 16 | 17 | 78 | 1B | 44 |
| Octal | 231 | 304 | 231 | 26 | 0 | 26 | 27 | 170 | 33 | 104 |
| Binary | 10011001 | 11000100 | 10011001 | 10110 | 0 | 10110 | 10111 | 1111000 | 11011 | 1000100 |
Color Harmonies of #99C499
Complementary color
Monochromatic Colors of #99C499
Black with #99C499
Text Example
Text Example
White with #99C499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C499; }
p { color: rgb(153,196,153); }
H1.HeaderClassName
{
color: #99C499;
}
.AnyTagClassName
{
color: #99C499;
}
</style>
background-color css
<style>
a { background-color: #99C499; }
a { background-color: rgb(153,196,153); }
div.DivClassName
{
background-color: #99C499;
}
.BgClassName
{
background-color: #99C499;
}
</style>
border-color css
<style>
span { border-color: #99C499; }
span { border-color: rgb(153,196,153); }
td.TdClassName
{
border-color: #99C499;
}
.TagClassName
{
border-color: #99C499;
}
</style>