Shades of Dark Sea Green #91B997
Tints of Dark Sea Green #91B997
RGB
CMYK
RGB Variations
Color information
#91B997 (or 0x91B997) is known color: Dark Sea Green. HEX triplet: 91, B9 and 97. RGB value is (145,185,151). Sum of RGB (Red+Green+Blue) = 145+185+151=481 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.15% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 151 (59.38% from 255 or 31.39% from 481); Max value from RGB is 185 - color contains mainly: green. Hex color #91B997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91B997 is #6E4668. Grayscale: #A9A9A9. Windows color (decimal): -7226985 or 9943441. OLE color: 9943441.
HSL color Cylindrical-coordinate representation of color #91B997: hue angle of 129º 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 #91B997 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 185 | 151 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.27 |
| HSL | 129º | 0.22% | 0.65% | - |
| HSV(B) | 129º | 0.22% | 0.73% | - |
| XYZ | 34.61 | 42.95 | 35.74 | - |
| YUV | 169.16 | 117.75 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 185 | 151 | 0.22 | 0 | 0.18 | 0.27 | 129 | 0.22 | 0.65 |
| Hex | 91 | B9 | 97 | 16 | 0 | 12 | 1B | 81 | 16 | 41 |
| Octal | 221 | 271 | 227 | 26 | 0 | 22 | 33 | 201 | 26 | 101 |
| Binary | 10010001 | 10111001 | 10010111 | 10110 | 0 | 10010 | 11011 | 10000001 | 10110 | 1000001 |
Color Harmonies of #91B997
Complementary color
Monochromatic Colors of #91B997
Black with #91B997
Text Example
Text Example
White with #91B997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B997; }
p { color: rgb(145,185,151); }
H1.HeaderClassName
{
color: #91B997;
}
.AnyTagClassName
{
color: #91B997;
}
</style>
background-color css
<style>
a { background-color: #91B997; }
a { background-color: rgb(145,185,151); }
div.DivClassName
{
background-color: #91B997;
}
.BgClassName
{
background-color: #91B997;
}
</style>
border-color css
<style>
span { border-color: #91B997; }
span { border-color: rgb(145,185,151); }
td.TdClassName
{
border-color: #91B997;
}
.TagClassName
{
border-color: #91B997;
}
</style>