Shades of Dark Sea Green #99C599
Tints of Dark Sea Green #99C599
RGB
CMYK
RGB Variations
Color information
#99C599 (or 0x99C599) is known color: Dark Sea Green. HEX triplet: 99, C5 and 99. RGB value is (153,197,153). Sum of RGB (Red+Green+Blue) = 153+197+153=503 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.42% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 197 - color contains mainly: green. Hex color #99C599 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C599 is #663A66. Grayscale: #B2B2B2. Windows color (decimal): -6699623 or 10077593. OLE color: 10077593.
HSL color Cylindrical-coordinate representation of color #99C599: hue angle of 120º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99C599 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 197 | 153 | - |
| CMYK | 0.22 | 0 | 0.22 | 0.23 |
| HSL | 120º | 0.28% | 0.69% | - |
| HSV(B) | 120º | 0.22% | 0.77% | - |
| XYZ | 38.85 | 49 | 37.55 | - |
| YUV | 178.83 | 113.42 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 197 | 153 | 0.22 | 0 | 0.22 | 0.23 | 120 | 0.28 | 0.69 |
| Hex | 99 | C5 | 99 | 16 | 0 | 16 | 17 | 78 | 1C | 45 |
| Octal | 231 | 305 | 231 | 26 | 0 | 26 | 27 | 170 | 34 | 105 |
| Binary | 10011001 | 11000101 | 10011001 | 10110 | 0 | 10110 | 10111 | 1111000 | 11100 | 1000101 |
Color Harmonies of #99C599
Complementary color
Monochromatic Colors of #99C599
Black with #99C599
Text Example
Text Example
White with #99C599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C599; }
p { color: rgb(153,197,153); }
H1.HeaderClassName
{
color: #99C599;
}
.AnyTagClassName
{
color: #99C599;
}
</style>
background-color css
<style>
a { background-color: #99C599; }
a { background-color: rgb(153,197,153); }
div.DivClassName
{
background-color: #99C599;
}
.BgClassName
{
background-color: #99C599;
}
</style>
border-color css
<style>
span { border-color: #99C599; }
span { border-color: rgb(153,197,153); }
td.TdClassName
{
border-color: #99C599;
}
.TagClassName
{
border-color: #99C599;
}
</style>