Shades of Dark Sea Green #91CA96
Tints of Dark Sea Green #91CA96
RGB
CMYK
RGB Variations
Color information
#91CA96 (or 0x91CA96) is known color: Dark Sea Green. HEX triplet: 91, CA and 96. RGB value is (145,202,150). Sum of RGB (Red+Green+Blue) = 145+202+150=497 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.18% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 202 - color contains mainly: green. Hex color #91CA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CA96 is #6E3569. Grayscale: #B3B3B3. Windows color (decimal): -7222634 or 9882257. OLE color: 9882257.
HSL color Cylindrical-coordinate representation of color #91CA96: hue angle of 125.26º 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 #91CA96 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 202 | 150 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.21 |
| HSL | 125.26º | 0.35% | 0.68% | - |
| HSV(B) | 125.26º | 0.28% | 0.79% | - |
| XYZ | 38.3 | 50.46 | 36.58 | - |
| YUV | 179.03 | 111.62 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 202 | 150 | 0.28 | 0 | 0.26 | 0.21 | 125.26 | 0.35 | 0.68 |
| Hex | 91 | CA | 96 | 1C | 0 | 1A | 15 | 7D | 23 | 44 |
| Octal | 221 | 312 | 226 | 34 | 0 | 32 | 25 | 175 | 43 | 104 |
| Binary | 10010001 | 11001010 | 10010110 | 11100 | 0 | 11010 | 10101 | 1111101 | 100011 | 1000100 |
Color Harmonies of #91CA96
Complementary color
Monochromatic Colors of #91CA96
Black with #91CA96
Text Example
Text Example
White with #91CA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CA96; }
p { color: rgb(145,202,150); }
H1.HeaderClassName
{
color: #91CA96;
}
.AnyTagClassName
{
color: #91CA96;
}
</style>
background-color css
<style>
a { background-color: #91CA96; }
a { background-color: rgb(145,202,150); }
div.DivClassName
{
background-color: #91CA96;
}
.BgClassName
{
background-color: #91CA96;
}
</style>
border-color css
<style>
span { border-color: #91CA96; }
span { border-color: rgb(145,202,150); }
td.TdClassName
{
border-color: #91CA96;
}
.TagClassName
{
border-color: #91CA96;
}
</style>