Shades of Dark Sea Green #89C085
Tints of Dark Sea Green #89C085
RGB
CMYK
RGB Variations
Color information
#89C085 (or 0x89C085) is known color: Dark Sea Green. HEX triplet: 89, C0 and 85. RGB value is (137,192,133). Sum of RGB (Red+Green+Blue) = 137+192+133=462 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.65% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 192 - color contains mainly: green. Hex color #89C085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89C085 is #763F7A. Grayscale: #A9A9A9. Windows color (decimal): -7749499 or 8765577. OLE color: 8765577.
HSL color Cylindrical-coordinate representation of color #89C085: hue angle of 115.93º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #89C085 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 192 | 133 | - |
| CMYK | 0.29 | 0 | 0.31 | 0.25 |
| HSL | 115.93º | 0.32% | 0.64% | - |
| HSV(B) | 115.93º | 0.31% | 0.75% | - |
| XYZ | 33.4 | 44.71 | 29.06 | - |
| YUV | 168.83 | 107.78 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 192 | 133 | 0.29 | 0 | 0.31 | 0.25 | 115.93 | 0.32 | 0.64 |
| Hex | 89 | C0 | 85 | 1D | 0 | 1F | 19 | 74 | 20 | 40 |
| Octal | 211 | 300 | 205 | 35 | 0 | 37 | 31 | 164 | 40 | 100 |
| Binary | 10001001 | 11000000 | 10000101 | 11101 | 0 | 11111 | 11001 | 1110100 | 100000 | 1000000 |
Color Harmonies of #89C085
Complementary color
Monochromatic Colors of #89C085
Black with #89C085
Text Example
Text Example
White with #89C085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C085; }
p { color: rgb(137,192,133); }
H1.HeaderClassName
{
color: #89C085;
}
.AnyTagClassName
{
color: #89C085;
}
</style>
background-color css
<style>
a { background-color: #89C085; }
a { background-color: rgb(137,192,133); }
div.DivClassName
{
background-color: #89C085;
}
.BgClassName
{
background-color: #89C085;
}
</style>
border-color css
<style>
span { border-color: #89C085; }
span { border-color: rgb(137,192,133); }
td.TdClassName
{
border-color: #89C085;
}
.TagClassName
{
border-color: #89C085;
}
</style>