Shades of Dark Sea Green #94C397
Tints of Dark Sea Green #94C397
RGB
CMYK
RGB Variations
Color information
#94C397 (or 0x94C397) is known color: Dark Sea Green. HEX triplet: 94, C3 and 97. RGB value is (148,195,151). Sum of RGB (Red+Green+Blue) = 148+195+151=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 151 (59.38% from 255 or 30.57% from 494); Max value from RGB is 195 - color contains mainly: green. Hex color #94C397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C397 is #6B3C68. Grayscale: #B0B0B0. Windows color (decimal): -7027817 or 9946004. OLE color: 9946004.
HSL color Cylindrical-coordinate representation of color #94C397: hue angle of 123.83º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94C397 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 195 | 151 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.24 |
| HSL | 123.83º | 0.28% | 0.67% | - |
| HSV(B) | 123.83º | 0.24% | 0.76% | - |
| XYZ | 37.31 | 47.56 | 36.49 | - |
| YUV | 175.93 | 113.93 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 195 | 151 | 0.24 | 0 | 0.23 | 0.24 | 123.83 | 0.28 | 0.67 |
| Hex | 94 | C3 | 97 | 18 | 0 | 17 | 18 | 7C | 1C | 43 |
| Octal | 224 | 303 | 227 | 30 | 0 | 27 | 30 | 174 | 34 | 103 |
| Binary | 10010100 | 11000011 | 10010111 | 11000 | 0 | 10111 | 11000 | 1111100 | 11100 | 1000011 |
Color Harmonies of #94C397
Complementary color
Monochromatic Colors of #94C397
Black with #94C397
Text Example
Text Example
White with #94C397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C397; }
p { color: rgb(148,195,151); }
H1.HeaderClassName
{
color: #94C397;
}
.AnyTagClassName
{
color: #94C397;
}
</style>
background-color css
<style>
a { background-color: #94C397; }
a { background-color: rgb(148,195,151); }
div.DivClassName
{
background-color: #94C397;
}
.BgClassName
{
background-color: #94C397;
}
</style>
border-color css
<style>
span { border-color: #94C397; }
span { border-color: rgb(148,195,151); }
td.TdClassName
{
border-color: #94C397;
}
.TagClassName
{
border-color: #94C397;
}
</style>