Shades of Dark Sea Green #94C791
Tints of Dark Sea Green #94C791
RGB
CMYK
RGB Variations
Color information
#94C791 (or 0x94C791) is known color: Dark Sea Green. HEX triplet: 94, C7 and 91. RGB value is (148,199,145). Sum of RGB (Red+Green+Blue) = 148+199+145=492 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.08% from 492); Green value is 199 (78.12% from 255 or 40.45% from 492); Blue value is 145 (57.03% from 255 or 29.47% from 492); Max value from RGB is 199 - color contains mainly: green. Hex color #94C791 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C791 is #6B386E. Grayscale: #B1B1B1. Windows color (decimal): -7026799 or 9553812. OLE color: 9553812.
HSL color Cylindrical-coordinate representation of color #94C791: hue angle of 116.67º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94C791 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 199 | 145 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.22 |
| HSL | 116.67º | 0.33% | 0.67% | - |
| HSV(B) | 116.67º | 0.27% | 0.78% | - |
| XYZ | 37.75 | 49.19 | 34.29 | - |
| YUV | 177.6 | 109.6 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 199 | 145 | 0.26 | 0 | 0.27 | 0.22 | 116.67 | 0.33 | 0.67 |
| Hex | 94 | C7 | 91 | 1A | 0 | 1B | 16 | 75 | 21 | 43 |
| Octal | 224 | 307 | 221 | 32 | 0 | 33 | 26 | 165 | 41 | 103 |
| Binary | 10010100 | 11000111 | 10010001 | 11010 | 0 | 11011 | 10110 | 1110101 | 100001 | 1000011 |
Color Harmonies of #94C791
Complementary color
Monochromatic Colors of #94C791
Black with #94C791
Text Example
Text Example
White with #94C791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C791; }
p { color: rgb(148,199,145); }
H1.HeaderClassName
{
color: #94C791;
}
.AnyTagClassName
{
color: #94C791;
}
</style>
background-color css
<style>
a { background-color: #94C791; }
a { background-color: rgb(148,199,145); }
div.DivClassName
{
background-color: #94C791;
}
.BgClassName
{
background-color: #94C791;
}
</style>
border-color css
<style>
span { border-color: #94C791; }
span { border-color: rgb(148,199,145); }
td.TdClassName
{
border-color: #94C791;
}
.TagClassName
{
border-color: #94C791;
}
</style>