Shades of Dark Sea Green #91C196
Tints of Dark Sea Green #91C196
RGB
CMYK
RGB Variations
Color information
#91C196 (or 0x91C196) is known color: Dark Sea Green. HEX triplet: 91, C1 and 96. RGB value is (145,193,150). Sum of RGB (Red+Green+Blue) = 145+193+150=488 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.71% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 193 - color contains mainly: green. Hex color #91C196 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91C196 is #6E3E69. Grayscale: #ADADAD. Windows color (decimal): -7224938 or 9879953. OLE color: 9879953.
HSL color Cylindrical-coordinate representation of color #91C196: hue angle of 126.25º 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 #91C196 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 193 | 150 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.24 |
| HSL | 126.25º | 0.28% | 0.66% | - |
| HSV(B) | 126.25º | 0.25% | 0.76% | - |
| XYZ | 36.25 | 46.36 | 35.89 | - |
| YUV | 173.75 | 114.6 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 193 | 150 | 0.25 | 0 | 0.22 | 0.24 | 126.25 | 0.28 | 0.66 |
| Hex | 91 | C1 | 96 | 19 | 0 | 16 | 18 | 7E | 1C | 42 |
| Octal | 221 | 301 | 226 | 31 | 0 | 26 | 30 | 176 | 34 | 102 |
| Binary | 10010001 | 11000001 | 10010110 | 11001 | 0 | 10110 | 11000 | 1111110 | 11100 | 1000010 |
Color Harmonies of #91C196
Complementary color
Monochromatic Colors of #91C196
Black with #91C196
Text Example
Text Example
White with #91C196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C196; }
p { color: rgb(145,193,150); }
H1.HeaderClassName
{
color: #91C196;
}
.AnyTagClassName
{
color: #91C196;
}
</style>
background-color css
<style>
a { background-color: #91C196; }
a { background-color: rgb(145,193,150); }
div.DivClassName
{
background-color: #91C196;
}
.BgClassName
{
background-color: #91C196;
}
</style>
border-color css
<style>
span { border-color: #91C196; }
span { border-color: rgb(145,193,150); }
td.TdClassName
{
border-color: #91C196;
}
.TagClassName
{
border-color: #91C196;
}
</style>