Shades of Dark Sea Green #91B992
Tints of Dark Sea Green #91B992
RGB
CMYK
RGB Variations
Color information
#91B992 (or 0x91B992) is known color: Dark Sea Green. HEX triplet: 91, B9 and 92. RGB value is (145,185,146). Sum of RGB (Red+Green+Blue) = 145+185+146=476 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.46% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 185 - color contains mainly: green. Hex color #91B992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91B992 is #6E466D. Grayscale: #A8A8A8. Windows color (decimal): -7226990 or 9615761. OLE color: 9615761.
HSL color Cylindrical-coordinate representation of color #91B992: hue angle of 121.5º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #91B992 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 185 | 146 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.27 |
| HSL | 121.5º | 0.22% | 0.65% | - |
| HSV(B) | 121.5º | 0.22% | 0.73% | - |
| XYZ | 34.21 | 42.79 | 33.65 | - |
| YUV | 168.59 | 115.25 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 185 | 146 | 0.22 | 0 | 0.21 | 0.27 | 121.5 | 0.22 | 0.65 |
| Hex | 91 | B9 | 92 | 16 | 0 | 15 | 1B | 7A | 16 | 41 |
| Octal | 221 | 271 | 222 | 26 | 0 | 25 | 33 | 172 | 26 | 101 |
| Binary | 10010001 | 10111001 | 10010010 | 10110 | 0 | 10101 | 11011 | 1111010 | 10110 | 1000001 |
Color Harmonies of #91B992
Complementary color
Monochromatic Colors of #91B992
Black with #91B992
Text Example
Text Example
White with #91B992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B992; }
p { color: rgb(145,185,146); }
H1.HeaderClassName
{
color: #91B992;
}
.AnyTagClassName
{
color: #91B992;
}
</style>
background-color css
<style>
a { background-color: #91B992; }
a { background-color: rgb(145,185,146); }
div.DivClassName
{
background-color: #91B992;
}
.BgClassName
{
background-color: #91B992;
}
</style>
border-color css
<style>
span { border-color: #91B992; }
span { border-color: rgb(145,185,146); }
td.TdClassName
{
border-color: #91B992;
}
.TagClassName
{
border-color: #91B992;
}
</style>