Shades of Dark Sea Green #99C29D
Tints of Dark Sea Green #99C29D
RGB
CMYK
RGB Variations
Color information
#99C29D (or 0x99C29D) is known color: Dark Sea Green. HEX triplet: 99, C2 and 9D. RGB value is (153,194,157). Sum of RGB (Red+Green+Blue) = 153+194+157=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 194 - color contains mainly: green. Hex color #99C29D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C29D is #663D62. Grayscale: #B1B1B1. Windows color (decimal): -6700387 or 10338969. OLE color: 10338969.
HSL color Cylindrical-coordinate representation of color #99C29D: hue angle of 125.85º degrees, saturation: 0.25, 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 #99C29D is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 194 | 157 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.24 |
| HSL | 125.85º | 0.25% | 0.68% | - |
| HSV(B) | 125.85º | 0.21% | 0.76% | - |
| XYZ | 38.51 | 47.79 | 39.09 | - |
| YUV | 177.52 | 116.42 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 194 | 157 | 0.21 | 0 | 0.19 | 0.24 | 125.85 | 0.25 | 0.68 |
| Hex | 99 | C2 | 9D | 15 | 0 | 13 | 18 | 7E | 19 | 44 |
| Octal | 231 | 302 | 235 | 25 | 0 | 23 | 30 | 176 | 31 | 104 |
| Binary | 10011001 | 11000010 | 10011101 | 10101 | 0 | 10011 | 11000 | 1111110 | 11001 | 1000100 |
Color Harmonies of #99C29D
Complementary color
Monochromatic Colors of #99C29D
Black with #99C29D
Text Example
Text Example
White with #99C29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C29D; }
p { color: rgb(153,194,157); }
H1.HeaderClassName
{
color: #99C29D;
}
.AnyTagClassName
{
color: #99C29D;
}
</style>
background-color css
<style>
a { background-color: #99C29D; }
a { background-color: rgb(153,194,157); }
div.DivClassName
{
background-color: #99C29D;
}
.BgClassName
{
background-color: #99C29D;
}
</style>
border-color css
<style>
span { border-color: #99C29D; }
span { border-color: rgb(153,194,157); }
td.TdClassName
{
border-color: #99C29D;
}
.TagClassName
{
border-color: #99C29D;
}
</style>