#89B48E

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

Shades of Dark Sea Green #89B48E

Tints of Dark Sea Green #89B48E

Color information

#89B48E (or 0x89B48E) is unknown color: approx Dark Sea Green. HEX triplet: 89, B4 and 8E. RGB value is (137,180,142). Sum of RGB (Red+Green+Blue) = 137+180+142=459 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.85% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 180 - color contains mainly: green. Hex color #89B48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89B48E is #764B71. Grayscale: #A2A2A2. Windows color (decimal): -7752562 or 9352329. OLE color: 9352329.

HSL color Cylindrical-coordinate representation of color #89B48E: hue angle of 126.98º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #89B48E is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB137180142-
CMYK0.2400.210.29
HSL126.98º22.28%62.16%-
HSV(B)126.98º23.89%70.59%-
XYZ31.5239.9131.63-
YUV162.81116.25109.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.85%
GREEN value IS 180 (70.70% from 255) = 39.22%
BLUE value IS 142 (55.86% from 255) = 30.94%
R=29.85%
G=39.22%
B=30.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1371801420.2400.210.29126.9822.2862.16
Hex89B48E180151D7f163e
Octal21126421630025351772676
Binary1000100110110100100011101100001010111101111111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,180,142); }

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

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

 a { background-color: rgb(137,180,142); }

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

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

 span { border-color: rgb(137,180,142); }

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