Html Css Color HEX #89CEA0 Chinook

📋 copy color: '#89CEA0'

red 137 ◦ green 206 ◦ blue 160

#89CEA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #89CEA0

Tints of Chinook #89CEA0

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 value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#89CEA0 (or 0x89CEA0) is known color: 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

RGB 137 206 160 -
CMYK 0.33 0 0.22 0.19
HSL 140º 0.41% 0.67% -
HSV(B) 140º 0.33% 0.81% -
XYZ 38.73 52 41.25 -
YUV 180.13 116.64 97.24 -
System Red Green Blue C M Y K H S L
Decimal 137 206 160 0.33 0 0.22 0.19 140 0.41 0.67
Hex 89 CE A0 21 0 16 13 8C 29 43
Octal 211 316 240 41 0 26 23 214 51 103
Binary 10001001 11001110 10100000 100001 0 10110 10011 10001100 101001 1000011

Color Harmonies of #89CEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89CEA0

Black with #89CEA0

Text Example


Text Example

White with #89CEA0

Text Example


Text Example

HTML Codes & Css Web 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>