Shades of Dark Sea Green #91C998
Tints of Dark Sea Green #91C998
RGB
CMYK
RGB Variations
Color information
#91C998 (or 0x91C998) is known color: Dark Sea Green. HEX triplet: 91, C9 and 98. RGB value is (145,201,152). Sum of RGB (Red+Green+Blue) = 145+201+152=498 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.12% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 201 - color contains mainly: green. Hex color #91C998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91C998 is #6E3667. Grayscale: #B2B2B2. Windows color (decimal): -7222888 or 10013073. OLE color: 10013073.
HSL color Cylindrical-coordinate representation of color #91C998: hue angle of 127.5º degrees, saturation: 0.34, 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 #91C998 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 201 | 152 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.21 |
| HSL | 127.5º | 0.34% | 0.68% | - |
| HSV(B) | 127.5º | 0.28% | 0.79% | - |
| XYZ | 38.23 | 50.06 | 37.35 | - |
| YUV | 178.67 | 112.95 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 201 | 152 | 0.28 | 0 | 0.24 | 0.21 | 127.5 | 0.34 | 0.68 |
| Hex | 91 | C9 | 98 | 1C | 0 | 18 | 15 | 80 | 22 | 44 |
| Octal | 221 | 311 | 230 | 34 | 0 | 30 | 25 | 200 | 42 | 104 |
| Binary | 10010001 | 11001001 | 10011000 | 11100 | 0 | 11000 | 10101 | 10000000 | 100010 | 1000100 |
Color Harmonies of #91C998
Complementary color
Monochromatic Colors of #91C998
Black with #91C998
Text Example
Text Example
White with #91C998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C998; }
p { color: rgb(145,201,152); }
H1.HeaderClassName
{
color: #91C998;
}
.AnyTagClassName
{
color: #91C998;
}
</style>
background-color css
<style>
a { background-color: #91C998; }
a { background-color: rgb(145,201,152); }
div.DivClassName
{
background-color: #91C998;
}
.BgClassName
{
background-color: #91C998;
}
</style>
border-color css
<style>
span { border-color: #91C998; }
span { border-color: rgb(145,201,152); }
td.TdClassName
{
border-color: #91C998;
}
.TagClassName
{
border-color: #91C998;
}
</style>