Shades of Dark Sea Green #99C99A
Tints of Dark Sea Green #99C99A
RGB
CMYK
RGB Variations
Color information
#99C99A (or 0x99C99A) is known color: Dark Sea Green. HEX triplet: 99, C9 and 9A. RGB value is (153,201,154). Sum of RGB (Red+Green+Blue) = 153+201+154=508 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.12% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 201 - color contains mainly: green. Hex color #99C99A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C99A is #663665. Grayscale: #B5B5B5. Windows color (decimal): -6698598 or 10144153. OLE color: 10144153.
HSL color Cylindrical-coordinate representation of color #99C99A: hue angle of 121.25º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99C99A is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 201 | 154 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.21 |
| HSL | 121.25º | 0.31% | 0.69% | - |
| HSV(B) | 121.25º | 0.24% | 0.79% | - |
| XYZ | 39.86 | 50.88 | 38.29 | - |
| YUV | 181.29 | 112.6 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 201 | 154 | 0.24 | 0 | 0.23 | 0.21 | 121.25 | 0.31 | 0.69 |
| Hex | 99 | C9 | 9A | 18 | 0 | 17 | 15 | 79 | 1F | 45 |
| Octal | 231 | 311 | 232 | 30 | 0 | 27 | 25 | 171 | 37 | 105 |
| Binary | 10011001 | 11001001 | 10011010 | 11000 | 0 | 10111 | 10101 | 1111001 | 11111 | 1000101 |
Color Harmonies of #99C99A
Complementary color
Monochromatic Colors of #99C99A
Black with #99C99A
Text Example
Text Example
White with #99C99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C99A; }
p { color: rgb(153,201,154); }
H1.HeaderClassName
{
color: #99C99A;
}
.AnyTagClassName
{
color: #99C99A;
}
</style>
background-color css
<style>
a { background-color: #99C99A; }
a { background-color: rgb(153,201,154); }
div.DivClassName
{
background-color: #99C99A;
}
.BgClassName
{
background-color: #99C99A;
}
</style>
border-color css
<style>
span { border-color: #99C99A; }
span { border-color: rgb(153,201,154); }
td.TdClassName
{
border-color: #99C99A;
}
.TagClassName
{
border-color: #99C99A;
}
</style>