Shades of Dark Sea Green #99B799
Tints of Dark Sea Green #99B799
RGB
CMYK
RGB Variations
Color information
#99B799 (or 0x99B799) is known color: Dark Sea Green. HEX triplet: 99, B7 and 99. RGB value is (153,183,153). Sum of RGB (Red+Green+Blue) = 153+183+153=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 183 - color contains mainly: green. Hex color #99B799 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B799 is #664866. Grayscale: #AAAAAA. Windows color (decimal): -6703207 or 10074009. OLE color: 10074009.
HSL color Cylindrical-coordinate representation of color #99B799: hue angle of 120º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #99B799 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 183 | 153 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.28 |
| HSL | 120º | 0.17% | 0.66% | - |
| HSV(B) | 120º | 0.16% | 0.72% | - |
| XYZ | 35.82 | 42.94 | 36.54 | - |
| YUV | 170.61 | 118.06 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 183 | 153 | 0.16 | 0 | 0.16 | 0.28 | 120 | 0.17 | 0.66 |
| Hex | 99 | B7 | 99 | 10 | 0 | 10 | 1C | 78 | 11 | 42 |
| Octal | 231 | 267 | 231 | 20 | 0 | 20 | 34 | 170 | 21 | 102 |
| Binary | 10011001 | 10110111 | 10011001 | 10000 | 0 | 10000 | 11100 | 1111000 | 10001 | 1000010 |
Color Harmonies of #99B799
Complementary color
Monochromatic Colors of #99B799
Black with #99B799
Text Example
Text Example
White with #99B799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B799; }
p { color: rgb(153,183,153); }
H1.HeaderClassName
{
color: #99B799;
}
.AnyTagClassName
{
color: #99B799;
}
</style>
background-color css
<style>
a { background-color: #99B799; }
a { background-color: rgb(153,183,153); }
div.DivClassName
{
background-color: #99B799;
}
.BgClassName
{
background-color: #99B799;
}
</style>
border-color css
<style>
span { border-color: #99B799; }
span { border-color: rgb(153,183,153); }
td.TdClassName
{
border-color: #99B799;
}
.TagClassName
{
border-color: #99B799;
}
</style>