Shades of Dark Sea Green #94CA8D
Tints of Dark Sea Green #94CA8D
RGB
CMYK
RGB Variations
Color information
#94CA8D (or 0x94CA8D) is known color: Dark Sea Green. HEX triplet: 94, CA and 8D. RGB value is (148,202,141). Sum of RGB (Red+Green+Blue) = 148+202+141=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CA8D is #6B3572. Grayscale: #B3B3B3. Windows color (decimal): -7026035 or 9292436. OLE color: 9292436.
HSL color Cylindrical-coordinate representation of color #94CA8D: hue angle of 113.11º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94CA8D is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 202 | 141 | - |
| CMYK | 0.27 | 0 | 0.30 | 0.21 |
| HSL | 113.11º | 0.37% | 0.67% | - |
| HSV(B) | 113.11º | 0.3% | 0.79% | - |
| XYZ | 38.14 | 50.46 | 32.93 | - |
| YUV | 178.9 | 106.61 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 202 | 141 | 0.27 | 0 | 0.30 | 0.21 | 113.11 | 0.37 | 0.67 |
| Hex | 94 | CA | 8D | 1B | 0 | 1E | 15 | 71 | 25 | 43 |
| Octal | 224 | 312 | 215 | 33 | 0 | 36 | 25 | 161 | 45 | 103 |
| Binary | 10010100 | 11001010 | 10001101 | 11011 | 0 | 11110 | 10101 | 1110001 | 100101 | 1000011 |
Color Harmonies of #94CA8D
Complementary color
Monochromatic Colors of #94CA8D
Black with #94CA8D
Text Example
Text Example
White with #94CA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CA8D; }
p { color: rgb(148,202,141); }
H1.HeaderClassName
{
color: #94CA8D;
}
.AnyTagClassName
{
color: #94CA8D;
}
</style>
background-color css
<style>
a { background-color: #94CA8D; }
a { background-color: rgb(148,202,141); }
div.DivClassName
{
background-color: #94CA8D;
}
.BgClassName
{
background-color: #94CA8D;
}
</style>
border-color css
<style>
span { border-color: #94CA8D; }
span { border-color: rgb(148,202,141); }
td.TdClassName
{
border-color: #94CA8D;
}
.TagClassName
{
border-color: #94CA8D;
}
</style>