Shades of Dark Sea Green #99C39C
Tints of Dark Sea Green #99C39C
RGB
CMYK
RGB Variations
Color information
#99C39C (or 0x99C39C) is known color: Dark Sea Green. HEX triplet: 99, C3 and 9C. RGB value is (153,195,156). Sum of RGB (Red+Green+Blue) = 153+195+156=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 195 - color contains mainly: green. Hex color #99C39C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C39C is #663C63. Grayscale: #B2B2B2. Windows color (decimal): -6700132 or 10273689. OLE color: 10273689.
HSL color Cylindrical-coordinate representation of color #99C39C: hue angle of 124.29º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99C39C is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 195 | 156 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.24 |
| HSL | 124.29º | 0.26% | 0.68% | - |
| HSV(B) | 124.29º | 0.22% | 0.76% | - |
| XYZ | 38.65 | 48.2 | 38.72 | - |
| YUV | 178 | 115.59 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 195 | 156 | 0.22 | 0 | 0.20 | 0.24 | 124.29 | 0.26 | 0.68 |
| Hex | 99 | C3 | 9C | 16 | 0 | 14 | 18 | 7C | 1A | 44 |
| Octal | 231 | 303 | 234 | 26 | 0 | 24 | 30 | 174 | 32 | 104 |
| Binary | 10011001 | 11000011 | 10011100 | 10110 | 0 | 10100 | 11000 | 1111100 | 11010 | 1000100 |
Color Harmonies of #99C39C
Complementary color
Monochromatic Colors of #99C39C
Black with #99C39C
Text Example
Text Example
White with #99C39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C39C; }
p { color: rgb(153,195,156); }
H1.HeaderClassName
{
color: #99C39C;
}
.AnyTagClassName
{
color: #99C39C;
}
</style>
background-color css
<style>
a { background-color: #99C39C; }
a { background-color: rgb(153,195,156); }
div.DivClassName
{
background-color: #99C39C;
}
.BgClassName
{
background-color: #99C39C;
}
</style>
border-color css
<style>
span { border-color: #99C39C; }
span { border-color: rgb(153,195,156); }
td.TdClassName
{
border-color: #99C39C;
}
.TagClassName
{
border-color: #99C39C;
}
</style>