Shades of Dark Sea Green #99C39A
Tints of Dark Sea Green #99C39A
RGB
CMYK
RGB Variations
Color information
#99C39A (or 0x99C39A) is known color: Dark Sea Green. HEX triplet: 99, C3 and 9A. RGB value is (153,195,154). Sum of RGB (Red+Green+Blue) = 153+195+154=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 195 - color contains mainly: green. Hex color #99C39A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C39A is #663C65. Grayscale: #B1B1B1. Windows color (decimal): -6700134 or 10142617. OLE color: 10142617.
HSL color Cylindrical-coordinate representation of color #99C39A: hue angle of 121.43º 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 #99C39A is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 195 | 154 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.24 |
| HSL | 121.43º | 0.26% | 0.68% | - |
| HSV(B) | 121.43º | 0.22% | 0.76% | - |
| XYZ | 38.48 | 48.14 | 37.83 | - |
| YUV | 177.77 | 114.59 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 195 | 154 | 0.22 | 0 | 0.21 | 0.24 | 121.43 | 0.26 | 0.68 |
| Hex | 99 | C3 | 9A | 16 | 0 | 15 | 18 | 79 | 1A | 44 |
| Octal | 231 | 303 | 232 | 26 | 0 | 25 | 30 | 171 | 32 | 104 |
| Binary | 10011001 | 11000011 | 10011010 | 10110 | 0 | 10101 | 11000 | 1111001 | 11010 | 1000100 |
Color Harmonies of #99C39A
Complementary color
Monochromatic Colors of #99C39A
Black with #99C39A
Text Example
Text Example
White with #99C39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C39A; }
p { color: rgb(153,195,154); }
H1.HeaderClassName
{
color: #99C39A;
}
.AnyTagClassName
{
color: #99C39A;
}
</style>
background-color css
<style>
a { background-color: #99C39A; }
a { background-color: rgb(153,195,154); }
div.DivClassName
{
background-color: #99C39A;
}
.BgClassName
{
background-color: #99C39A;
}
</style>
border-color css
<style>
span { border-color: #99C39A; }
span { border-color: rgb(153,195,154); }
td.TdClassName
{
border-color: #99C39A;
}
.TagClassName
{
border-color: #99C39A;
}
</style>