#89BC8C

Color #89BC8C Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #89BC8C

Tints of Dark Sea Green #89BC8C

Color information

#89BC8C (or 0x89BC8C) is unknown color: approx Dark Sea Green. HEX triplet: 89, BC and 8C. RGB value is (137,188,140). Sum of RGB (Red+Green+Blue) = 137+188+140=465 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.46% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #89BC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BC8C is #764373. Grayscale: #A7A7A7. Windows color (decimal): -7750516 or 9223305. OLE color: 9223305.

HSL color Cylindrical-coordinate representation of color #89BC8C: hue angle of 123.53º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89BC8C is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB137188140-
CMYK0.2700.260.26
HSL123.53º27.57%63.73%-
HSV(B)123.53º27.13%73.73%-
XYZ33.0343.1831.4-
YUV167.28112.6106.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 137 (53.91% from 255) = 29.46%
GREEN value IS 188 (73.83% from 255) = 40.43%
BLUE value IS 140 (55.08% from 255) = 30.11%
R=29.46%
G=40.43%
B=30.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371881400.2700.260.26123.5327.5763.73
Hex89BC8C1B01A1A7c1c40
Octal211274214330323217434100
Binary10001001101111001000110011011011010110101111100111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89BC8C; }

 p { color: rgb(137,188,140); }

 H1.HeaderClassName
 {
   color: #89BC8C;
 }
 .AnyTagClassName
 {
   color: #89BC8C;
 }
</style>
background-color css

<style>
 a { background-color: #89BC8C; }

 a { background-color: rgb(137,188,140); }

 div.DivClassName
 {
   background-color: #89BC8C;
 }
 .BgClassName
 {
   background-color: #89BC8C;
 }
</style>
border-color css

<style>
 span { border-color: #89BC8C; }

 span { border-color: rgb(137,188,140); }

 td.TdClassName
 {
   border-color: #89BC8C;
 }
 .TagClassName
 {
   border-color: #89BC8C;
 }
</style>