Shades of Dark Sea Green #99C195
Tints of Dark Sea Green #99C195
RGB
CMYK
RGB Variations
Color information
#99C195 (or 0x99C195) is known color: Dark Sea Green. HEX triplet: 99, C1 and 95. RGB value is (153,193,149). Sum of RGB (Red+Green+Blue) = 153+193+149=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 193 - color contains mainly: green. Hex color #99C195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C195 is #663E6A. Grayscale: #B0B0B0. Windows color (decimal): -6700651 or 9814425. OLE color: 9814425.
HSL color Cylindrical-coordinate representation of color #99C195: hue angle of 114.55º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99C195 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 193 | 149 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.24 |
| HSL | 114.55º | 0.26% | 0.67% | - |
| HSV(B) | 114.55º | 0.23% | 0.76% | - |
| XYZ | 37.63 | 47.08 | 35.54 | - |
| YUV | 176.02 | 112.75 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 193 | 149 | 0.21 | 0 | 0.23 | 0.24 | 114.55 | 0.26 | 0.67 |
| Hex | 99 | C1 | 95 | 15 | 0 | 17 | 18 | 73 | 1A | 43 |
| Octal | 231 | 301 | 225 | 25 | 0 | 27 | 30 | 163 | 32 | 103 |
| Binary | 10011001 | 11000001 | 10010101 | 10101 | 0 | 10111 | 11000 | 1110011 | 11010 | 1000011 |
Color Harmonies of #99C195
Complementary color
Monochromatic Colors of #99C195
Black with #99C195
Text Example
Text Example
White with #99C195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C195; }
p { color: rgb(153,193,149); }
H1.HeaderClassName
{
color: #99C195;
}
.AnyTagClassName
{
color: #99C195;
}
</style>
background-color css
<style>
a { background-color: #99C195; }
a { background-color: rgb(153,193,149); }
div.DivClassName
{
background-color: #99C195;
}
.BgClassName
{
background-color: #99C195;
}
</style>
border-color css
<style>
span { border-color: #99C195; }
span { border-color: rgb(153,193,149); }
td.TdClassName
{
border-color: #99C195;
}
.TagClassName
{
border-color: #99C195;
}
</style>