Shades of Dark Sea Green #99C695
Tints of Dark Sea Green #99C695
RGB
CMYK
RGB Variations
Color information
#99C695 (or 0x99C695) is known color: Dark Sea Green. HEX triplet: 99, C6 and 95. RGB value is (153,198,149). Sum of RGB (Red+Green+Blue) = 153+198+149=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 198 - color contains mainly: green. Hex color #99C695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C695 is #66396A. Grayscale: #B3B3B3. Windows color (decimal): -6699371 or 9815705. OLE color: 9815705.
HSL color Cylindrical-coordinate representation of color #99C695: hue angle of 115.1º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99C695 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 198 | 149 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.22 |
| HSL | 115.1º | 0.3% | 0.68% | - |
| HSV(B) | 115.1º | 0.25% | 0.78% | - |
| XYZ | 38.76 | 49.33 | 35.91 | - |
| YUV | 178.96 | 111.09 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 198 | 149 | 0.23 | 0 | 0.25 | 0.22 | 115.1 | 0.3 | 0.68 |
| Hex | 99 | C6 | 95 | 17 | 0 | 19 | 16 | 73 | 1E | 44 |
| Octal | 231 | 306 | 225 | 27 | 0 | 31 | 26 | 163 | 36 | 104 |
| Binary | 10011001 | 11000110 | 10010101 | 10111 | 0 | 11001 | 10110 | 1110011 | 11110 | 1000100 |
Color Harmonies of #99C695
Complementary color
Monochromatic Colors of #99C695
Black with #99C695
Text Example
Text Example
White with #99C695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C695; }
p { color: rgb(153,198,149); }
H1.HeaderClassName
{
color: #99C695;
}
.AnyTagClassName
{
color: #99C695;
}
</style>
background-color css
<style>
a { background-color: #99C695; }
a { background-color: rgb(153,198,149); }
div.DivClassName
{
background-color: #99C695;
}
.BgClassName
{
background-color: #99C695;
}
</style>
border-color css
<style>
span { border-color: #99C695; }
span { border-color: rgb(153,198,149); }
td.TdClassName
{
border-color: #99C695;
}
.TagClassName
{
border-color: #99C695;
}
</style>