Shades of Dark Sea Green #94C19A
Tints of Dark Sea Green #94C19A
RGB
CMYK
RGB Variations
Color information
#94C19A (or 0x94C19A) is known color: Dark Sea Green. HEX triplet: 94, C1 and 9A. RGB value is (148,193,154). Sum of RGB (Red+Green+Blue) = 148+193+154=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 193 - color contains mainly: green. Hex color #94C19A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C19A is #6B3E65. Grayscale: #AFAFAF. Windows color (decimal): -7028326 or 10142100. OLE color: 10142100.
HSL color Cylindrical-coordinate representation of color #94C19A: hue angle of 128º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94C19A is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 193 | 154 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.24 |
| HSL | 128º | 0.27% | 0.67% | - |
| HSV(B) | 128º | 0.23% | 0.76% | - |
| XYZ | 37.12 | 46.77 | 37.64 | - |
| YUV | 175.1 | 116.09 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 193 | 154 | 0.23 | 0 | 0.20 | 0.24 | 128 | 0.27 | 0.67 |
| Hex | 94 | C1 | 9A | 17 | 0 | 14 | 18 | 80 | 1B | 43 |
| Octal | 224 | 301 | 232 | 27 | 0 | 24 | 30 | 200 | 33 | 103 |
| Binary | 10010100 | 11000001 | 10011010 | 10111 | 0 | 10100 | 11000 | 10000000 | 11011 | 1000011 |
Color Harmonies of #94C19A
Complementary color
Monochromatic Colors of #94C19A
Black with #94C19A
Text Example
Text Example
White with #94C19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C19A; }
p { color: rgb(148,193,154); }
H1.HeaderClassName
{
color: #94C19A;
}
.AnyTagClassName
{
color: #94C19A;
}
</style>
background-color css
<style>
a { background-color: #94C19A; }
a { background-color: rgb(148,193,154); }
div.DivClassName
{
background-color: #94C19A;
}
.BgClassName
{
background-color: #94C19A;
}
</style>
border-color css
<style>
span { border-color: #94C19A; }
span { border-color: rgb(148,193,154); }
td.TdClassName
{
border-color: #94C19A;
}
.TagClassName
{
border-color: #94C19A;
}
</style>