Shades of Dark Sea Green #91CB96
Tints of Dark Sea Green #91CB96
RGB
CMYK
RGB Variations
Color information
#91CB96 (or 0x91CB96) is known color: Dark Sea Green. HEX triplet: 91, CB and 96. RGB value is (145,203,150). Sum of RGB (Red+Green+Blue) = 145+203+150=498 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.12% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 150 (58.98% from 255 or 30.12% from 498); Max value from RGB is 203 - color contains mainly: green. Hex color #91CB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CB96 is #6E3469. Grayscale: #B3B3B3. Windows color (decimal): -7222378 or 9882513. OLE color: 9882513.
HSL color Cylindrical-coordinate representation of color #91CB96: hue angle of 125.17º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91CB96 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 203 | 150 | - |
| CMYK | 0.29 | 0 | 0.26 | 0.20 |
| HSL | 125.17º | 0.36% | 0.68% | - |
| HSV(B) | 125.17º | 0.29% | 0.8% | - |
| XYZ | 38.54 | 50.93 | 36.65 | - |
| YUV | 179.62 | 111.28 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 203 | 150 | 0.29 | 0 | 0.26 | 0.20 | 125.17 | 0.36 | 0.68 |
| Hex | 91 | CB | 96 | 1D | 0 | 1A | 14 | 7D | 24 | 44 |
| Octal | 221 | 313 | 226 | 35 | 0 | 32 | 24 | 175 | 44 | 104 |
| Binary | 10010001 | 11001011 | 10010110 | 11101 | 0 | 11010 | 10100 | 1111101 | 100100 | 1000100 |
Color Harmonies of #91CB96
Complementary color
Monochromatic Colors of #91CB96
Black with #91CB96
Text Example
Text Example
White with #91CB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CB96; }
p { color: rgb(145,203,150); }
H1.HeaderClassName
{
color: #91CB96;
}
.AnyTagClassName
{
color: #91CB96;
}
</style>
background-color css
<style>
a { background-color: #91CB96; }
a { background-color: rgb(145,203,150); }
div.DivClassName
{
background-color: #91CB96;
}
.BgClassName
{
background-color: #91CB96;
}
</style>
border-color css
<style>
span { border-color: #91CB96; }
span { border-color: rgb(145,203,150); }
td.TdClassName
{
border-color: #91CB96;
}
.TagClassName
{
border-color: #91CB96;
}
</style>