Shades of Dark Sea Green #94C28E
Tints of Dark Sea Green #94C28E
RGB
CMYK
RGB Variations
Color information
#94C28E (or 0x94C28E) is known color: Dark Sea Green. HEX triplet: 94, C2 and 8E. RGB value is (148,194,142). Sum of RGB (Red+Green+Blue) = 148+194+142=484 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.58% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 194 - color contains mainly: green. Hex color #94C28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C28E is #6B3D71. Grayscale: #AEAEAE. Windows color (decimal): -7028082 or 9355924. OLE color: 9355924.
HSL color Cylindrical-coordinate representation of color #94C28E: hue angle of 113.08º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94C28E is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 194 | 142 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.24 |
| HSL | 113.08º | 0.3% | 0.66% | - |
| HSV(B) | 113.08º | 0.27% | 0.76% | - |
| XYZ | 36.39 | 46.83 | 32.71 | - |
| YUV | 174.32 | 109.76 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 194 | 142 | 0.24 | 0 | 0.27 | 0.24 | 113.08 | 0.3 | 0.66 |
| Hex | 94 | C2 | 8E | 18 | 0 | 1B | 18 | 71 | 1E | 42 |
| Octal | 224 | 302 | 216 | 30 | 0 | 33 | 30 | 161 | 36 | 102 |
| Binary | 10010100 | 11000010 | 10001110 | 11000 | 0 | 11011 | 11000 | 1110001 | 11110 | 1000010 |
Color Harmonies of #94C28E
Complementary color
Monochromatic Colors of #94C28E
Black with #94C28E
Text Example
Text Example
White with #94C28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C28E; }
p { color: rgb(148,194,142); }
H1.HeaderClassName
{
color: #94C28E;
}
.AnyTagClassName
{
color: #94C28E;
}
</style>
background-color css
<style>
a { background-color: #94C28E; }
a { background-color: rgb(148,194,142); }
div.DivClassName
{
background-color: #94C28E;
}
.BgClassName
{
background-color: #94C28E;
}
</style>
border-color css
<style>
span { border-color: #94C28E; }
span { border-color: rgb(148,194,142); }
td.TdClassName
{
border-color: #94C28E;
}
.TagClassName
{
border-color: #94C28E;
}
</style>