Shades of Dark Sea Green #94C289
Tints of Dark Sea Green #94C289
RGB
CMYK
RGB Variations
Color information
#94C289 (or 0x94C289) is known color: Dark Sea Green. HEX triplet: 94, C2 and 89. RGB value is (148,194,137). Sum of RGB (Red+Green+Blue) = 148+194+137=479 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.90% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 137 (53.91% from 255 or 28.60% from 479); Max value from RGB is 194 - color contains mainly: green. Hex color #94C289 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C289 is #6B3D76. Grayscale: #ADADAD. Windows color (decimal): -7028087 or 9028244. OLE color: 9028244.
HSL color Cylindrical-coordinate representation of color #94C289: hue angle of 108.42º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94C289 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 194 | 137 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.24 |
| HSL | 108.42º | 0.32% | 0.65% | - |
| HSV(B) | 108.42º | 0.29% | 0.76% | - |
| XYZ | 36.02 | 46.69 | 30.78 | - |
| YUV | 173.75 | 107.26 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 194 | 137 | 0.24 | 0 | 0.29 | 0.24 | 108.42 | 0.32 | 0.65 |
| Hex | 94 | C2 | 89 | 18 | 0 | 1D | 18 | 6C | 20 | 41 |
| Octal | 224 | 302 | 211 | 30 | 0 | 35 | 30 | 154 | 40 | 101 |
| Binary | 10010100 | 11000010 | 10001001 | 11000 | 0 | 11101 | 11000 | 1101100 | 100000 | 1000001 |
Color Harmonies of #94C289
Complementary color
Monochromatic Colors of #94C289
Black with #94C289
Text Example
Text Example
White with #94C289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C289; }
p { color: rgb(148,194,137); }
H1.HeaderClassName
{
color: #94C289;
}
.AnyTagClassName
{
color: #94C289;
}
</style>
background-color css
<style>
a { background-color: #94C289; }
a { background-color: rgb(148,194,137); }
div.DivClassName
{
background-color: #94C289;
}
.BgClassName
{
background-color: #94C289;
}
</style>
border-color css
<style>
span { border-color: #94C289; }
span { border-color: rgb(148,194,137); }
td.TdClassName
{
border-color: #94C289;
}
.TagClassName
{
border-color: #94C289;
}
</style>