Shades of Dark Sea Green #91CA8D
Tints of Dark Sea Green #91CA8D
RGB
CMYK
RGB Variations
Color information
#91CA8D (or 0x91CA8D) is known color: Dark Sea Green. HEX triplet: 91, CA and 8D. RGB value is (145,202,141). Sum of RGB (Red+Green+Blue) = 145+202+141=488 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.71% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #91CA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CA8D is #6E3572. Grayscale: #B2B2B2. Windows color (decimal): -7222643 or 9292433. OLE color: 9292433.
HSL color Cylindrical-coordinate representation of color #91CA8D: hue angle of 116.07º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91CA8D is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 202 | 141 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.21 |
| HSL | 116.07º | 0.37% | 0.67% | - |
| HSV(B) | 116.07º | 0.3% | 0.79% | - |
| XYZ | 37.61 | 50.18 | 32.9 | - |
| YUV | 178 | 107.12 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 202 | 141 | 0.28 | 0 | 0.30 | 0.21 | 116.07 | 0.37 | 0.67 |
| Hex | 91 | CA | 8D | 1C | 0 | 1E | 15 | 74 | 25 | 43 |
| Octal | 221 | 312 | 215 | 34 | 0 | 36 | 25 | 164 | 45 | 103 |
| Binary | 10010001 | 11001010 | 10001101 | 11100 | 0 | 11110 | 10101 | 1110100 | 100101 | 1000011 |
Color Harmonies of #91CA8D
Complementary color
Monochromatic Colors of #91CA8D
Black with #91CA8D
Text Example
Text Example
White with #91CA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CA8D; }
p { color: rgb(145,202,141); }
H1.HeaderClassName
{
color: #91CA8D;
}
.AnyTagClassName
{
color: #91CA8D;
}
</style>
background-color css
<style>
a { background-color: #91CA8D; }
a { background-color: rgb(145,202,141); }
div.DivClassName
{
background-color: #91CA8D;
}
.BgClassName
{
background-color: #91CA8D;
}
</style>
border-color css
<style>
span { border-color: #91CA8D; }
span { border-color: rgb(145,202,141); }
td.TdClassName
{
border-color: #91CA8D;
}
.TagClassName
{
border-color: #91CA8D;
}
</style>