Shades of Dark Sea Green #91C195
Tints of Dark Sea Green #91C195
RGB
CMYK
RGB Variations
Color information
#91C195 (or 0x91C195) is known color: Dark Sea Green. HEX triplet: 91, C1 and 95. RGB value is (145,193,149). Sum of RGB (Red+Green+Blue) = 145+193+149=487 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.77% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 193 - color contains mainly: green. Hex color #91C195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91C195 is #6E3E6A. Grayscale: #ADADAD. Windows color (decimal): -7224939 or 9814417. OLE color: 9814417.
HSL color Cylindrical-coordinate representation of color #91C195: hue angle of 125º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #91C195 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 193 | 149 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.24 |
| HSL | 125º | 0.28% | 0.66% | - |
| HSV(B) | 125º | 0.25% | 0.76% | - |
| XYZ | 36.17 | 46.33 | 35.47 | - |
| YUV | 173.63 | 114.1 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 193 | 149 | 0.25 | 0 | 0.23 | 0.24 | 125 | 0.28 | 0.66 |
| Hex | 91 | C1 | 95 | 19 | 0 | 17 | 18 | 7D | 1C | 42 |
| Octal | 221 | 301 | 225 | 31 | 0 | 27 | 30 | 175 | 34 | 102 |
| Binary | 10010001 | 11000001 | 10010101 | 11001 | 0 | 10111 | 11000 | 1111101 | 11100 | 1000010 |
Color Harmonies of #91C195
Complementary color
Monochromatic Colors of #91C195
Black with #91C195
Text Example
Text Example
White with #91C195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C195; }
p { color: rgb(145,193,149); }
H1.HeaderClassName
{
color: #91C195;
}
.AnyTagClassName
{
color: #91C195;
}
</style>
background-color css
<style>
a { background-color: #91C195; }
a { background-color: rgb(145,193,149); }
div.DivClassName
{
background-color: #91C195;
}
.BgClassName
{
background-color: #91C195;
}
</style>
border-color css
<style>
span { border-color: #91C195; }
span { border-color: rgb(145,193,149); }
td.TdClassName
{
border-color: #91C195;
}
.TagClassName
{
border-color: #91C195;
}
</style>