Shades of Dark Sea Green #99C99B
Tints of Dark Sea Green #99C99B
RGB
CMYK
RGB Variations
Color information
#99C99B (or 0x99C99B) is known color: Dark Sea Green. HEX triplet: 99, C9 and 9B. RGB value is (153,201,155). Sum of RGB (Red+Green+Blue) = 153+201+155=509 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.06% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 201 - color contains mainly: green. Hex color #99C99B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C99B is #663664. Grayscale: #B5B5B5. Windows color (decimal): -6698597 or 10209689. OLE color: 10209689.
HSL color Cylindrical-coordinate representation of color #99C99B: hue angle of 122.5º 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 #99C99B is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 201 | 155 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.21 |
| HSL | 122.5º | 0.31% | 0.69% | - |
| HSV(B) | 122.5º | 0.24% | 0.79% | - |
| XYZ | 39.94 | 50.91 | 38.73 | - |
| YUV | 181.4 | 113.1 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 201 | 155 | 0.24 | 0 | 0.23 | 0.21 | 122.5 | 0.31 | 0.69 |
| Hex | 99 | C9 | 9B | 18 | 0 | 17 | 15 | 7B | 1F | 45 |
| Octal | 231 | 311 | 233 | 30 | 0 | 27 | 25 | 173 | 37 | 105 |
| Binary | 10011001 | 11001001 | 10011011 | 11000 | 0 | 10111 | 10101 | 1111011 | 11111 | 1000101 |
Color Harmonies of #99C99B
Complementary color
Monochromatic Colors of #99C99B
Black with #99C99B
Text Example
Text Example
White with #99C99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C99B; }
p { color: rgb(153,201,155); }
H1.HeaderClassName
{
color: #99C99B;
}
.AnyTagClassName
{
color: #99C99B;
}
</style>
background-color css
<style>
a { background-color: #99C99B; }
a { background-color: rgb(153,201,155); }
div.DivClassName
{
background-color: #99C99B;
}
.BgClassName
{
background-color: #99C99B;
}
</style>
border-color css
<style>
span { border-color: #99C99B; }
span { border-color: rgb(153,201,155); }
td.TdClassName
{
border-color: #99C99B;
}
.TagClassName
{
border-color: #99C99B;
}
</style>