Shades of Dark Sea Green #99C49D
Tints of Dark Sea Green #99C49D
RGB
CMYK
RGB Variations
Color information
#99C49D (or 0x99C49D) is known color: Dark Sea Green. HEX triplet: 99, C4 and 9D. RGB value is (153,196,157). Sum of RGB (Red+Green+Blue) = 153+196+157=506 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.24% from 506); Green value is 196 (76.95% from 255 or 38.74% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 196 - color contains mainly: green. Hex color #99C49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C49D is #663B62. Grayscale: #B2B2B2. Windows color (decimal): -6699875 or 10339481. OLE color: 10339481.
HSL color Cylindrical-coordinate representation of color #99C49D: hue angle of 125.58º 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 #99C49D is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 196 | 157 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.23 |
| HSL | 125.58º | 0.27% | 0.68% | - |
| HSV(B) | 125.58º | 0.22% | 0.77% | - |
| XYZ | 38.96 | 48.69 | 39.24 | - |
| YUV | 178.7 | 115.75 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 196 | 157 | 0.22 | 0 | 0.20 | 0.23 | 125.58 | 0.27 | 0.68 |
| Hex | 99 | C4 | 9D | 16 | 0 | 14 | 17 | 7E | 1B | 44 |
| Octal | 231 | 304 | 235 | 26 | 0 | 24 | 27 | 176 | 33 | 104 |
| Binary | 10011001 | 11000100 | 10011101 | 10110 | 0 | 10100 | 10111 | 1111110 | 11011 | 1000100 |
Color Harmonies of #99C49D
Complementary color
Monochromatic Colors of #99C49D
Black with #99C49D
Text Example
Text Example
White with #99C49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C49D; }
p { color: rgb(153,196,157); }
H1.HeaderClassName
{
color: #99C49D;
}
.AnyTagClassName
{
color: #99C49D;
}
</style>
background-color css
<style>
a { background-color: #99C49D; }
a { background-color: rgb(153,196,157); }
div.DivClassName
{
background-color: #99C49D;
}
.BgClassName
{
background-color: #99C49D;
}
</style>
border-color css
<style>
span { border-color: #99C49D; }
span { border-color: rgb(153,196,157); }
td.TdClassName
{
border-color: #99C49D;
}
.TagClassName
{
border-color: #99C49D;
}
</style>