#89BA8B

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

Shades of Dark Sea Green #89BA8B

Tints of Dark Sea Green #89BA8B

Color information

#89BA8B (or 0x89BA8B) is unknown color: approx Dark Sea Green. HEX triplet: 89, BA and 8B. RGB value is (137,186,139). Sum of RGB (Red+Green+Blue) = 137+186+139=462 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.65% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 186 - color contains mainly: green. Hex color #89BA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BA8B is #764574. Grayscale: #A6A6A6. Windows color (decimal): -7751029 or 9157257. OLE color: 9157257.

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

Color convert

RGB137186139-
CMYK0.2600.250.27
HSL122.45º26.2%63.33%-
HSV(B)122.45º26.34%72.94%-
XYZ32.5442.330.88-
YUV165.99112.77107.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.65%
GREEN value IS 186 (73.05% from 255) = 40.26%
BLUE value IS 139 (54.69% from 255) = 30.09%
R=29.65%
G=40.26%
B=30.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371861390.2600.250.27122.4526.263.33
Hex89BA8B1A0191B7a1a3f
Octal21127221332031331723277
Binary1000100110111010100010111101001100111011111101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,186,139); }

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

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

 a { background-color: rgb(137,186,139); }

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

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

 span { border-color: rgb(137,186,139); }

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