Shades of Dark Sea Green #94C690
Tints of Dark Sea Green #94C690
RGB
CMYK
RGB Variations
Color information
#94C690 (or 0x94C690) is known color: Dark Sea Green. HEX triplet: 94, C6 and 90. RGB value is (148,198,144). Sum of RGB (Red+Green+Blue) = 148+198+144=490 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.20% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 198 - color contains mainly: green. Hex color #94C690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C690 is #6B396F. Grayscale: #B1B1B1. Windows color (decimal): -7027056 or 9488020. OLE color: 9488020.
HSL color Cylindrical-coordinate representation of color #94C690: hue angle of 115.56º degrees, saturation: 0.32, 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 #94C690 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 198 | 144 | - |
| CMYK | 0.25 | 0 | 0.27 | 0.22 |
| HSL | 115.56º | 0.32% | 0.67% | - |
| HSV(B) | 115.56º | 0.27% | 0.78% | - |
| XYZ | 37.44 | 48.7 | 33.81 | - |
| YUV | 176.89 | 109.44 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 198 | 144 | 0.25 | 0 | 0.27 | 0.22 | 115.56 | 0.32 | 0.67 |
| Hex | 94 | C6 | 90 | 19 | 0 | 1B | 16 | 74 | 20 | 43 |
| Octal | 224 | 306 | 220 | 31 | 0 | 33 | 26 | 164 | 40 | 103 |
| Binary | 10010100 | 11000110 | 10010000 | 11001 | 0 | 11011 | 10110 | 1110100 | 100000 | 1000011 |
Color Harmonies of #94C690
Complementary color
Monochromatic Colors of #94C690
Black with #94C690
Text Example
Text Example
White with #94C690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C690; }
p { color: rgb(148,198,144); }
H1.HeaderClassName
{
color: #94C690;
}
.AnyTagClassName
{
color: #94C690;
}
</style>
background-color css
<style>
a { background-color: #94C690; }
a { background-color: rgb(148,198,144); }
div.DivClassName
{
background-color: #94C690;
}
.BgClassName
{
background-color: #94C690;
}
</style>
border-color css
<style>
span { border-color: #94C690; }
span { border-color: rgb(148,198,144); }
td.TdClassName
{
border-color: #94C690;
}
.TagClassName
{
border-color: #94C690;
}
</style>