Shades of Dark Sea Green #89C394
Tints of Dark Sea Green #89C394
RGB
CMYK
RGB Variations
Color information
#89C394 (or 0x89C394) is known color: Dark Sea Green. HEX triplet: 89, C3 and 94. RGB value is (137,195,148). Sum of RGB (Red+Green+Blue) = 137+195+148=480 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.54% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 148 (58.20% from 255 or 30.83% from 480); Max value from RGB is 195 - color contains mainly: green. Hex color #89C394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89C394 is #763C6B. Grayscale: #ACACAC. Windows color (decimal): -7748716 or 9749385. OLE color: 9749385.
HSL color Cylindrical-coordinate representation of color #89C394: hue angle of 131.38º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #89C394 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 195 | 148 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.24 |
| HSL | 131.38º | 0.33% | 0.65% | - |
| HSV(B) | 131.38º | 0.3% | 0.76% | - |
| XYZ | 35.18 | 46.49 | 35.14 | - |
| YUV | 172.3 | 114.28 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 195 | 148 | 0.30 | 0 | 0.24 | 0.24 | 131.38 | 0.33 | 0.65 |
| Hex | 89 | C3 | 94 | 1E | 0 | 18 | 18 | 83 | 21 | 41 |
| Octal | 211 | 303 | 224 | 36 | 0 | 30 | 30 | 203 | 41 | 101 |
| Binary | 10001001 | 11000011 | 10010100 | 11110 | 0 | 11000 | 11000 | 10000011 | 100001 | 1000001 |
Color Harmonies of #89C394
Complementary color
Monochromatic Colors of #89C394
Black with #89C394
Text Example
Text Example
White with #89C394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C394; }
p { color: rgb(137,195,148); }
H1.HeaderClassName
{
color: #89C394;
}
.AnyTagClassName
{
color: #89C394;
}
</style>
background-color css
<style>
a { background-color: #89C394; }
a { background-color: rgb(137,195,148); }
div.DivClassName
{
background-color: #89C394;
}
.BgClassName
{
background-color: #89C394;
}
</style>
border-color css
<style>
span { border-color: #89C394; }
span { border-color: rgb(137,195,148); }
td.TdClassName
{
border-color: #89C394;
}
.TagClassName
{
border-color: #89C394;
}
</style>