Shades of Dark Sea Green #94C091
Tints of Dark Sea Green #94C091
RGB
CMYK
RGB Variations
Color information
#94C091 (or 0x94C091) is known color: Dark Sea Green. HEX triplet: 94, C0 and 91. RGB value is (148,192,145). Sum of RGB (Red+Green+Blue) = 148+192+145=485 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.52% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 192 - color contains mainly: green. Hex color #94C091 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C091 is #6B3F6E. Grayscale: #ADADAD. Windows color (decimal): -7028591 or 9552020. OLE color: 9552020.
HSL color Cylindrical-coordinate representation of color #94C091: hue angle of 116.17º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94C091 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 192 | 145 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.25 |
| HSL | 116.17º | 0.27% | 0.66% | - |
| HSV(B) | 116.17º | 0.24% | 0.75% | - |
| XYZ | 36.17 | 46.04 | 33.77 | - |
| YUV | 173.49 | 111.92 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 192 | 145 | 0.23 | 0 | 0.24 | 0.25 | 116.17 | 0.27 | 0.66 |
| Hex | 94 | C0 | 91 | 17 | 0 | 18 | 19 | 74 | 1B | 42 |
| Octal | 224 | 300 | 221 | 27 | 0 | 30 | 31 | 164 | 33 | 102 |
| Binary | 10010100 | 11000000 | 10010001 | 10111 | 0 | 11000 | 11001 | 1110100 | 11011 | 1000010 |
Color Harmonies of #94C091
Complementary color
Monochromatic Colors of #94C091
Black with #94C091
Text Example
Text Example
White with #94C091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C091; }
p { color: rgb(148,192,145); }
H1.HeaderClassName
{
color: #94C091;
}
.AnyTagClassName
{
color: #94C091;
}
</style>
background-color css
<style>
a { background-color: #94C091; }
a { background-color: rgb(148,192,145); }
div.DivClassName
{
background-color: #94C091;
}
.BgClassName
{
background-color: #94C091;
}
</style>
border-color css
<style>
span { border-color: #94C091; }
span { border-color: rgb(148,192,145); }
td.TdClassName
{
border-color: #94C091;
}
.TagClassName
{
border-color: #94C091;
}
</style>