Shades of Dark Sea Green #91CA8E
Tints of Dark Sea Green #91CA8E
RGB
CMYK
RGB Variations
Color information
#91CA8E (or 0x91CA8E) is known color: Dark Sea Green. HEX triplet: 91, CA and 8E. RGB value is (145,202,142). Sum of RGB (Red+Green+Blue) = 145+202+142=489 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.65% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #91CA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CA8E is #6E3571. Grayscale: #B2B2B2. Windows color (decimal): -7222642 or 9357969. OLE color: 9357969.
HSL color Cylindrical-coordinate representation of color #91CA8E: hue angle of 117º degrees, saturation: 0.36, 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 #91CA8E is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 202 | 142 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.21 |
| HSL | 117º | 0.36% | 0.67% | - |
| HSV(B) | 117º | 0.3% | 0.79% | - |
| XYZ | 37.68 | 50.21 | 33.3 | - |
| YUV | 178.12 | 107.62 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 202 | 142 | 0.28 | 0 | 0.30 | 0.21 | 117 | 0.36 | 0.67 |
| Hex | 91 | CA | 8E | 1C | 0 | 1E | 15 | 75 | 24 | 43 |
| Octal | 221 | 312 | 216 | 34 | 0 | 36 | 25 | 165 | 44 | 103 |
| Binary | 10010001 | 11001010 | 10001110 | 11100 | 0 | 11110 | 10101 | 1110101 | 100100 | 1000011 |
Color Harmonies of #91CA8E
Complementary color
Monochromatic Colors of #91CA8E
Black with #91CA8E
Text Example
Text Example
White with #91CA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CA8E; }
p { color: rgb(145,202,142); }
H1.HeaderClassName
{
color: #91CA8E;
}
.AnyTagClassName
{
color: #91CA8E;
}
</style>
background-color css
<style>
a { background-color: #91CA8E; }
a { background-color: rgb(145,202,142); }
div.DivClassName
{
background-color: #91CA8E;
}
.BgClassName
{
background-color: #91CA8E;
}
</style>
border-color css
<style>
span { border-color: #91CA8E; }
span { border-color: rgb(145,202,142); }
td.TdClassName
{
border-color: #91CA8E;
}
.TagClassName
{
border-color: #91CA8E;
}
</style>