#89CEA0

Color #89CEA0 Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #89CEA0

Tints of Chinook #89CEA0

Color information

#89CEA0 (or 0x89CEA0) is unknown color: approx Chinook. HEX triplet: 89, CE and A0. RGB value is (137,206,160). Sum of RGB (Red+Green+Blue) = 137+206+160=503 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.24% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 206 - color contains mainly: green. Hex color #89CEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CEA0 is #76315F. Grayscale: #B4B4B4. Windows color (decimal): -7745888 or 10538633. OLE color: 10538633.

HSL color Cylindrical-coordinate representation of color #89CEA0: hue angle of 140º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89CEA0 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB137206160-
CMYK0.3300.220.19
HSL140º41.32%67.25%-
HSV(B)140º33.5%80.78%-
XYZ38.735241.25-
YUV180.12116.6497.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.24%
GREEN value IS 206 (80.86% from 255) = 40.95%
BLUE value IS 160 (62.89% from 255) = 31.81%
R=27.24%
G=40.95%
B=31.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1372061600.3300.220.1914041.3267.25
Hex89CEA021016138c2943
Octal211316240410262321451103
Binary10001001110011101010000010000101011010011100011001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,206,160); }

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

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

 a { background-color: rgb(137,206,160); }

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

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

 span { border-color: rgb(137,206,160); }

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