Shades of Dark Sea Green #91CA91
Tints of Dark Sea Green #91CA91
RGB
CMYK
RGB Variations
Color information
#91CA91 (or 0x91CA91) is known color: Dark Sea Green. HEX triplet: 91, CA and 91. RGB value is (145,202,145). Sum of RGB (Red+Green+Blue) = 145+202+145=492 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.47% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 145 (57.03% from 255 or 29.47% from 492); Max value from RGB is 202 - color contains mainly: green. Hex color #91CA91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CA91 is #6E356E. Grayscale: #B2B2B2. Windows color (decimal): -7222639 or 9554577. OLE color: 9554577.
HSL color Cylindrical-coordinate representation of color #91CA91: hue angle of 120º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #91CA91 is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 202 | 145 | - |
| CMYK | 0.28 | 0 | 0.28 | 0.21 |
| HSL | 120º | 0.35% | 0.68% | - |
| HSV(B) | 120º | 0.28% | 0.79% | - |
| XYZ | 37.91 | 50.31 | 34.5 | - |
| YUV | 178.46 | 109.12 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 202 | 145 | 0.28 | 0 | 0.28 | 0.21 | 120 | 0.35 | 0.68 |
| Hex | 91 | CA | 91 | 1C | 0 | 1C | 15 | 78 | 23 | 44 |
| Octal | 221 | 312 | 221 | 34 | 0 | 34 | 25 | 170 | 43 | 104 |
| Binary | 10010001 | 11001010 | 10010001 | 11100 | 0 | 11100 | 10101 | 1111000 | 100011 | 1000100 |
Color Harmonies of #91CA91
Complementary color
Monochromatic Colors of #91CA91
Black with #91CA91
Text Example
Text Example
White with #91CA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CA91; }
p { color: rgb(145,202,145); }
H1.HeaderClassName
{
color: #91CA91;
}
.AnyTagClassName
{
color: #91CA91;
}
</style>
background-color css
<style>
a { background-color: #91CA91; }
a { background-color: rgb(145,202,145); }
div.DivClassName
{
background-color: #91CA91;
}
.BgClassName
{
background-color: #91CA91;
}
</style>
border-color css
<style>
span { border-color: #91CA91; }
span { border-color: rgb(145,202,145); }
td.TdClassName
{
border-color: #91CA91;
}
.TagClassName
{
border-color: #91CA91;
}
</style>