Shades of Dark Sea Green #91C094
Tints of Dark Sea Green #91C094
RGB
CMYK
RGB Variations
Color information
#91C094 (or 0x91C094) is known color: Dark Sea Green. HEX triplet: 91, C0 and 94. RGB value is (145,192,148). Sum of RGB (Red+Green+Blue) = 145+192+148=485 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.90% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 192 - color contains mainly: green. Hex color #91C094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91C094 is #6E3F6B. Grayscale: #ADADAD. Windows color (decimal): -7225196 or 9748625. OLE color: 9748625.
HSL color Cylindrical-coordinate representation of color #91C094: hue angle of 123.83º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #91C094 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 192 | 148 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.25 |
| HSL | 123.83º | 0.27% | 0.66% | - |
| HSV(B) | 123.83º | 0.24% | 0.75% | - |
| XYZ | 35.87 | 45.86 | 34.98 | - |
| YUV | 172.93 | 113.93 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 192 | 148 | 0.24 | 0 | 0.23 | 0.25 | 123.83 | 0.27 | 0.66 |
| Hex | 91 | C0 | 94 | 18 | 0 | 17 | 19 | 7C | 1B | 42 |
| Octal | 221 | 300 | 224 | 30 | 0 | 27 | 31 | 174 | 33 | 102 |
| Binary | 10010001 | 11000000 | 10010100 | 11000 | 0 | 10111 | 11001 | 1111100 | 11011 | 1000010 |
Color Harmonies of #91C094
Complementary color
Monochromatic Colors of #91C094
Black with #91C094
Text Example
Text Example
White with #91C094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C094; }
p { color: rgb(145,192,148); }
H1.HeaderClassName
{
color: #91C094;
}
.AnyTagClassName
{
color: #91C094;
}
</style>
background-color css
<style>
a { background-color: #91C094; }
a { background-color: rgb(145,192,148); }
div.DivClassName
{
background-color: #91C094;
}
.BgClassName
{
background-color: #91C094;
}
</style>
border-color css
<style>
span { border-color: #91C094; }
span { border-color: rgb(145,192,148); }
td.TdClassName
{
border-color: #91C094;
}
.TagClassName
{
border-color: #91C094;
}
</style>