Shades of Dark Sea Green #94C98C
Tints of Dark Sea Green #94C98C
RGB
CMYK
RGB Variations
Color information
#94C98C (or 0x94C98C) is known color: Dark Sea Green. HEX triplet: 94, C9 and 8C. RGB value is (148,201,140). Sum of RGB (Red+Green+Blue) = 148+201+140=489 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.27% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 201 - color contains mainly: green. Hex color #94C98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C98C is #6B3673. Grayscale: #B2B2B2. Windows color (decimal): -7026292 or 9226644. OLE color: 9226644.
HSL color Cylindrical-coordinate representation of color #94C98C: hue angle of 112.13º degrees, saturation: 0.36, 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 #94C98C is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 201 | 140 | - |
| CMYK | 0.26 | 0 | 0.30 | 0.21 |
| HSL | 112.13º | 0.36% | 0.67% | - |
| HSV(B) | 112.13º | 0.3% | 0.79% | - |
| XYZ | 37.83 | 49.96 | 32.46 | - |
| YUV | 178.2 | 106.44 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 201 | 140 | 0.26 | 0 | 0.30 | 0.21 | 112.13 | 0.36 | 0.67 |
| Hex | 94 | C9 | 8C | 1A | 0 | 1E | 15 | 70 | 24 | 43 |
| Octal | 224 | 311 | 214 | 32 | 0 | 36 | 25 | 160 | 44 | 103 |
| Binary | 10010100 | 11001001 | 10001100 | 11010 | 0 | 11110 | 10101 | 1110000 | 100100 | 1000011 |
Color Harmonies of #94C98C
Complementary color
Monochromatic Colors of #94C98C
Black with #94C98C
Text Example
Text Example
White with #94C98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C98C; }
p { color: rgb(148,201,140); }
H1.HeaderClassName
{
color: #94C98C;
}
.AnyTagClassName
{
color: #94C98C;
}
</style>
background-color css
<style>
a { background-color: #94C98C; }
a { background-color: rgb(148,201,140); }
div.DivClassName
{
background-color: #94C98C;
}
.BgClassName
{
background-color: #94C98C;
}
</style>
border-color css
<style>
span { border-color: #94C98C; }
span { border-color: rgb(148,201,140); }
td.TdClassName
{
border-color: #94C98C;
}
.TagClassName
{
border-color: #94C98C;
}
</style>