Shades of Dark Sea Green #94C698
Tints of Dark Sea Green #94C698
RGB
CMYK
RGB Variations
Color information
#94C698 (or 0x94C698) is known color: Dark Sea Green. HEX triplet: 94, C6 and 98. RGB value is (148,198,152). Sum of RGB (Red+Green+Blue) = 148+198+152=498 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.72% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 198 - color contains mainly: green. Hex color #94C698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C698 is #6B3967. Grayscale: #B1B1B1. Windows color (decimal): -7027048 or 10012308. OLE color: 10012308.
HSL color Cylindrical-coordinate representation of color #94C698: hue angle of 124.8º 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 #94C698 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 198 | 152 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.22 |
| HSL | 124.8º | 0.3% | 0.68% | - |
| HSV(B) | 124.8º | 0.25% | 0.78% | - |
| XYZ | 38.07 | 48.95 | 37.15 | - |
| YUV | 177.81 | 113.44 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 198 | 152 | 0.25 | 0 | 0.23 | 0.22 | 124.8 | 0.3 | 0.68 |
| Hex | 94 | C6 | 98 | 19 | 0 | 17 | 16 | 7D | 1E | 44 |
| Octal | 224 | 306 | 230 | 31 | 0 | 27 | 26 | 175 | 36 | 104 |
| Binary | 10010100 | 11000110 | 10011000 | 11001 | 0 | 10111 | 10110 | 1111101 | 11110 | 1000100 |
Color Harmonies of #94C698
Complementary color
Monochromatic Colors of #94C698
Black with #94C698
Text Example
Text Example
White with #94C698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C698; }
p { color: rgb(148,198,152); }
H1.HeaderClassName
{
color: #94C698;
}
.AnyTagClassName
{
color: #94C698;
}
</style>
background-color css
<style>
a { background-color: #94C698; }
a { background-color: rgb(148,198,152); }
div.DivClassName
{
background-color: #94C698;
}
.BgClassName
{
background-color: #94C698;
}
</style>
border-color css
<style>
span { border-color: #94C698; }
span { border-color: rgb(148,198,152); }
td.TdClassName
{
border-color: #94C698;
}
.TagClassName
{
border-color: #94C698;
}
</style>