Shades of Dark Sea Green #91BC8C
Tints of Dark Sea Green #91BC8C
RGB
CMYK
RGB Variations
Color information
#91BC8C (or 0x91BC8C) is known color: Dark Sea Green. HEX triplet: 91, BC and 8C. RGB value is (145,188,140). Sum of RGB (Red+Green+Blue) = 145+188+140=473 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.66% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 188 - color contains mainly: green. Hex color #91BC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91BC8C is #6E4373. Grayscale: #A9A9A9. Windows color (decimal): -7226228 or 9223313. OLE color: 9223313.
HSL color Cylindrical-coordinate representation of color #91BC8C: hue angle of 113.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #91BC8C is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 188 | 140 | - |
| CMYK | 0.23 | 0 | 0.26 | 0.26 |
| HSL | 113.75º | 0.26% | 0.64% | - |
| HSV(B) | 113.75º | 0.26% | 0.74% | - |
| XYZ | 34.39 | 43.88 | 31.47 | - |
| YUV | 169.67 | 111.25 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 188 | 140 | 0.23 | 0 | 0.26 | 0.26 | 113.75 | 0.26 | 0.64 |
| Hex | 91 | BC | 8C | 17 | 0 | 1A | 1A | 72 | 1A | 40 |
| Octal | 221 | 274 | 214 | 27 | 0 | 32 | 32 | 162 | 32 | 100 |
| Binary | 10010001 | 10111100 | 10001100 | 10111 | 0 | 11010 | 11010 | 1110010 | 11010 | 1000000 |
Color Harmonies of #91BC8C
Complementary color
Monochromatic Colors of #91BC8C
Black with #91BC8C
Text Example
Text Example
White with #91BC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BC8C; }
p { color: rgb(145,188,140); }
H1.HeaderClassName
{
color: #91BC8C;
}
.AnyTagClassName
{
color: #91BC8C;
}
</style>
background-color css
<style>
a { background-color: #91BC8C; }
a { background-color: rgb(145,188,140); }
div.DivClassName
{
background-color: #91BC8C;
}
.BgClassName
{
background-color: #91BC8C;
}
</style>
border-color css
<style>
span { border-color: #91BC8C; }
span { border-color: rgb(145,188,140); }
td.TdClassName
{
border-color: #91BC8C;
}
.TagClassName
{
border-color: #91BC8C;
}
</style>