Shades of Dark Sea Green #94C58F
Tints of Dark Sea Green #94C58F
RGB
CMYK
RGB Variations
Color information
#94C58F (or 0x94C58F) is known color: Dark Sea Green. HEX triplet: 94, C5 and 8F. RGB value is (148,197,143). Sum of RGB (Red+Green+Blue) = 148+197+143=488 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.33% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 197 - color contains mainly: green. Hex color #94C58F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C58F is #6B3A70. Grayscale: #B0B0B0. Windows color (decimal): -7027313 or 9422228. OLE color: 9422228.
HSL color Cylindrical-coordinate representation of color #94C58F: hue angle of 114.44º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94C58F is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 197 | 143 | - |
| CMYK | 0.25 | 0 | 0.27 | 0.23 |
| HSL | 114.44º | 0.32% | 0.67% | - |
| HSV(B) | 114.44º | 0.27% | 0.77% | - |
| XYZ | 37.14 | 48.21 | 33.34 | - |
| YUV | 176.19 | 109.27 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 197 | 143 | 0.25 | 0 | 0.27 | 0.23 | 114.44 | 0.32 | 0.67 |
| Hex | 94 | C5 | 8F | 19 | 0 | 1B | 17 | 72 | 20 | 43 |
| Octal | 224 | 305 | 217 | 31 | 0 | 33 | 27 | 162 | 40 | 103 |
| Binary | 10010100 | 11000101 | 10001111 | 11001 | 0 | 11011 | 10111 | 1110010 | 100000 | 1000011 |
Color Harmonies of #94C58F
Complementary color
Monochromatic Colors of #94C58F
Black with #94C58F
Text Example
Text Example
White with #94C58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C58F; }
p { color: rgb(148,197,143); }
H1.HeaderClassName
{
color: #94C58F;
}
.AnyTagClassName
{
color: #94C58F;
}
</style>
background-color css
<style>
a { background-color: #94C58F; }
a { background-color: rgb(148,197,143); }
div.DivClassName
{
background-color: #94C58F;
}
.BgClassName
{
background-color: #94C58F;
}
</style>
border-color css
<style>
span { border-color: #94C58F; }
span { border-color: rgb(148,197,143); }
td.TdClassName
{
border-color: #94C58F;
}
.TagClassName
{
border-color: #94C58F;
}
</style>