Shades of Dark Sea Green #94C596
Tints of Dark Sea Green #94C596
RGB
CMYK
RGB Variations
Color information
#94C596 (or 0x94C596) is known color: Dark Sea Green. HEX triplet: 94, C5 and 96. RGB value is (148,197,150). Sum of RGB (Red+Green+Blue) = 148+197+150=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 197 (77.34% from 255 or 39.80% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 197 - color contains mainly: green. Hex color #94C596 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C596 is #6B3A69. Grayscale: #B1B1B1. Windows color (decimal): -7027306 or 9880980. OLE color: 9880980.
HSL color Cylindrical-coordinate representation of color #94C596: hue angle of 122.45º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94C596 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 197 | 150 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.23 |
| HSL | 122.45º | 0.3% | 0.68% | - |
| HSV(B) | 122.45º | 0.25% | 0.77% | - |
| XYZ | 37.68 | 48.43 | 36.22 | - |
| YUV | 176.99 | 112.77 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 197 | 150 | 0.25 | 0 | 0.24 | 0.23 | 122.45 | 0.3 | 0.68 |
| Hex | 94 | C5 | 96 | 19 | 0 | 18 | 17 | 7A | 1E | 44 |
| Octal | 224 | 305 | 226 | 31 | 0 | 30 | 27 | 172 | 36 | 104 |
| Binary | 10010100 | 11000101 | 10010110 | 11001 | 0 | 11000 | 10111 | 1111010 | 11110 | 1000100 |
Color Harmonies of #94C596
Complementary color
Monochromatic Colors of #94C596
Black with #94C596
Text Example
Text Example
White with #94C596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C596; }
p { color: rgb(148,197,150); }
H1.HeaderClassName
{
color: #94C596;
}
.AnyTagClassName
{
color: #94C596;
}
</style>
background-color css
<style>
a { background-color: #94C596; }
a { background-color: rgb(148,197,150); }
div.DivClassName
{
background-color: #94C596;
}
.BgClassName
{
background-color: #94C596;
}
</style>
border-color css
<style>
span { border-color: #94C596; }
span { border-color: rgb(148,197,150); }
td.TdClassName
{
border-color: #94C596;
}
.TagClassName
{
border-color: #94C596;
}
</style>