Shades of Dark Sea Green #94C69A
Tints of Dark Sea Green #94C69A
RGB
CMYK
RGB Variations
Color information
#94C69A (or 0x94C69A) is known color: Dark Sea Green. HEX triplet: 94, C6 and 9A. RGB value is (148,198,154). Sum of RGB (Red+Green+Blue) = 148+198+154=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 198 - color contains mainly: green. Hex color #94C69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C69A is #6B3965. Grayscale: #B2B2B2. Windows color (decimal): -7027046 or 10143380. OLE color: 10143380.
HSL color Cylindrical-coordinate representation of color #94C69A: hue angle of 127.2º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94C69A is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 198 | 154 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.22 |
| HSL | 127.2º | 0.3% | 0.68% | - |
| HSV(B) | 127.2º | 0.25% | 0.78% | - |
| XYZ | 38.24 | 49.02 | 38.02 | - |
| YUV | 178.03 | 114.44 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 198 | 154 | 0.25 | 0 | 0.22 | 0.22 | 127.2 | 0.3 | 0.68 |
| Hex | 94 | C6 | 9A | 19 | 0 | 16 | 16 | 7F | 1E | 44 |
| Octal | 224 | 306 | 232 | 31 | 0 | 26 | 26 | 177 | 36 | 104 |
| Binary | 10010100 | 11000110 | 10011010 | 11001 | 0 | 10110 | 10110 | 1111111 | 11110 | 1000100 |
Color Harmonies of #94C69A
Complementary color
Monochromatic Colors of #94C69A
Black with #94C69A
Text Example
Text Example
White with #94C69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C69A; }
p { color: rgb(148,198,154); }
H1.HeaderClassName
{
color: #94C69A;
}
.AnyTagClassName
{
color: #94C69A;
}
</style>
background-color css
<style>
a { background-color: #94C69A; }
a { background-color: rgb(148,198,154); }
div.DivClassName
{
background-color: #94C69A;
}
.BgClassName
{
background-color: #94C69A;
}
</style>
border-color css
<style>
span { border-color: #94C69A; }
span { border-color: rgb(148,198,154); }
td.TdClassName
{
border-color: #94C69A;
}
.TagClassName
{
border-color: #94C69A;
}
</style>