Shades of Dark Sea Green #94C591
Tints of Dark Sea Green #94C591
RGB
CMYK
RGB Variations
Color information
#94C591 (or 0x94C591) is known color: Dark Sea Green. HEX triplet: 94, C5 and 91. RGB value is (148,197,145). Sum of RGB (Red+Green+Blue) = 148+197+145=490 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.20% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 197 - color contains mainly: green. Hex color #94C591 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C591 is #6B3A6E. Grayscale: #B0B0B0. Windows color (decimal): -7027311 or 9553300. OLE color: 9553300.
HSL color Cylindrical-coordinate representation of color #94C591: hue angle of 116.54º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94C591 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 197 | 145 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.23 |
| HSL | 116.54º | 0.31% | 0.67% | - |
| HSV(B) | 116.54º | 0.26% | 0.77% | - |
| XYZ | 37.29 | 48.27 | 34.14 | - |
| YUV | 176.42 | 110.27 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 197 | 145 | 0.25 | 0 | 0.26 | 0.23 | 116.54 | 0.31 | 0.67 |
| Hex | 94 | C5 | 91 | 19 | 0 | 1A | 17 | 75 | 1F | 43 |
| Octal | 224 | 305 | 221 | 31 | 0 | 32 | 27 | 165 | 37 | 103 |
| Binary | 10010100 | 11000101 | 10010001 | 11001 | 0 | 11010 | 10111 | 1110101 | 11111 | 1000011 |
Color Harmonies of #94C591
Complementary color
Monochromatic Colors of #94C591
Black with #94C591
Text Example
Text Example
White with #94C591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C591; }
p { color: rgb(148,197,145); }
H1.HeaderClassName
{
color: #94C591;
}
.AnyTagClassName
{
color: #94C591;
}
</style>
background-color css
<style>
a { background-color: #94C591; }
a { background-color: rgb(148,197,145); }
div.DivClassName
{
background-color: #94C591;
}
.BgClassName
{
background-color: #94C591;
}
</style>
border-color css
<style>
span { border-color: #94C591; }
span { border-color: rgb(148,197,145); }
td.TdClassName
{
border-color: #94C591;
}
.TagClassName
{
border-color: #94C591;
}
</style>