Shades of Dark Sea Green #99C099
Tints of Dark Sea Green #99C099
RGB
CMYK
RGB Variations
Color information
#99C099 (or 0x99C099) is known color: Dark Sea Green. HEX triplet: 99, C0 and 99. RGB value is (153,192,153). Sum of RGB (Red+Green+Blue) = 153+192+153=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 153 (60.16% from 255 or 30.72% from 498); Max value from RGB is 192 - color contains mainly: green. Hex color #99C099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C099 is #663F66. Grayscale: #B0B0B0. Windows color (decimal): -6700903 or 10076313. OLE color: 10076313.
HSL color Cylindrical-coordinate representation of color #99C099: hue angle of 120º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99C099 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 192 | 153 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.25 |
| HSL | 120º | 0.24% | 0.68% | - |
| HSV(B) | 120º | 0.2% | 0.75% | - |
| XYZ | 37.74 | 46.77 | 37.18 | - |
| YUV | 175.89 | 115.08 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 153 | 0.20 | 0 | 0.20 | 0.25 | 120 | 0.24 | 0.68 |
| Hex | 99 | C0 | 99 | 14 | 0 | 14 | 19 | 78 | 18 | 44 |
| Octal | 231 | 300 | 231 | 24 | 0 | 24 | 31 | 170 | 30 | 104 |
| Binary | 10011001 | 11000000 | 10011001 | 10100 | 0 | 10100 | 11001 | 1111000 | 11000 | 1000100 |
Color Harmonies of #99C099
Complementary color
Monochromatic Colors of #99C099
Black with #99C099
Text Example
Text Example
White with #99C099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C099; }
p { color: rgb(153,192,153); }
H1.HeaderClassName
{
color: #99C099;
}
.AnyTagClassName
{
color: #99C099;
}
</style>
background-color css
<style>
a { background-color: #99C099; }
a { background-color: rgb(153,192,153); }
div.DivClassName
{
background-color: #99C099;
}
.BgClassName
{
background-color: #99C099;
}
</style>
border-color css
<style>
span { border-color: #99C099; }
span { border-color: rgb(153,192,153); }
td.TdClassName
{
border-color: #99C099;
}
.TagClassName
{
border-color: #99C099;
}
</style>