Shades of Dark Sea Green #99C19D
Tints of Dark Sea Green #99C19D
RGB
CMYK
RGB Variations
Color information
#99C19D (or 0x99C19D) is known color: Dark Sea Green. HEX triplet: 99, C1 and 9D. RGB value is (153,193,157). Sum of RGB (Red+Green+Blue) = 153+193+157=503 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.42% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 193 - color contains mainly: green. Hex color #99C19D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C19D is #663E62. Grayscale: #B1B1B1. Windows color (decimal): -6700643 or 10338713. OLE color: 10338713.
HSL color Cylindrical-coordinate representation of color #99C19D: hue angle of 126º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99C19D is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 193 | 157 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.24 |
| HSL | 126º | 0.24% | 0.68% | - |
| HSV(B) | 126º | 0.21% | 0.76% | - |
| XYZ | 38.29 | 47.35 | 39.02 | - |
| YUV | 176.94 | 116.75 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 193 | 157 | 0.21 | 0 | 0.19 | 0.24 | 126 | 0.24 | 0.68 |
| Hex | 99 | C1 | 9D | 15 | 0 | 13 | 18 | 7E | 18 | 44 |
| Octal | 231 | 301 | 235 | 25 | 0 | 23 | 30 | 176 | 30 | 104 |
| Binary | 10011001 | 11000001 | 10011101 | 10101 | 0 | 10011 | 11000 | 1111110 | 11000 | 1000100 |
Color Harmonies of #99C19D
Complementary color
Monochromatic Colors of #99C19D
Black with #99C19D
Text Example
Text Example
White with #99C19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C19D; }
p { color: rgb(153,193,157); }
H1.HeaderClassName
{
color: #99C19D;
}
.AnyTagClassName
{
color: #99C19D;
}
</style>
background-color css
<style>
a { background-color: #99C19D; }
a { background-color: rgb(153,193,157); }
div.DivClassName
{
background-color: #99C19D;
}
.BgClassName
{
background-color: #99C19D;
}
</style>
border-color css
<style>
span { border-color: #99C19D; }
span { border-color: rgb(153,193,157); }
td.TdClassName
{
border-color: #99C19D;
}
.TagClassName
{
border-color: #99C19D;
}
</style>