#89CEA1

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

Shades of Chinook #89CEA1

Tints of Chinook #89CEA1

Color information

#89CEA1 (or 0x89CEA1) is unknown color: approx Chinook. HEX triplet: 89, CE and A1. RGB value is (137,206,161). Sum of RGB (Red+Green+Blue) = 137+206+161=504 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.18% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 161 (63.28% from 255 or 31.94% from 504); Max value from RGB is 206 - color contains mainly: green. Hex color #89CEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CEA1 is #76315E. Grayscale: #B4B4B4. Windows color (decimal): -7745887 or 10604169. OLE color: 10604169.

HSL color Cylindrical-coordinate representation of color #89CEA1: hue angle of 140.87º 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 #89CEA1 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB137206161-
CMYK0.3300.220.19
HSL140.87º41.32%67.25%-
HSV(B)140.87º33.5%80.78%-
XYZ38.8252.0341.72-
YUV180.24117.1497.16-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.18%
GREEN value IS 206 (80.86% from 255) = 40.87%
BLUE value IS 161 (63.28% from 255) = 31.94%
R=27.18%
G=40.87%
B=31.94%

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
Decimal1372061610.3300.220.19140.8741.3267.25
Hex89CEA121016138d2943
Octal211316241410262321551103
Binary10001001110011101010000110000101011010011100011011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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