Html Css Color HEX #89DAA2 Chinook

📋 copy color: '#89DAA2'

red 137 ◦ green 218 ◦ blue 162

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

Shades of Chinook #89DAA2

Tints of Chinook #89DAA2

RGB

 RED value IS 137 (53.91% from 255) = 26.5%

 GREEN value IS 218 (85.55% from 255) = 42.17%

 BLUE value IS 162 (63.67% from 255) = 31.33%

R = 26.5%
G = 42.17%
B = 31.33%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#89DAA2 (or 0x89DAA2) is known color: Chinook. HEX triplet: 89, DA and A2. RGB value is (137,218,162). Sum of RGB (Red+Green+Blue) = 137+218+162=517 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.50% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 162 (63.67% from 255 or 31.33% from 517); Max value from RGB is 218 - color contains mainly: green. Hex color #89DAA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DAA2 is #76255D. Grayscale: #BBBBBB. Windows color (decimal): -7742814 or 10672777. OLE color: 10672777.

HSL color Cylindrical-coordinate representation of color #89DAA2: hue angle of 138.52º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89DAA2 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 137 218 162 -
CMYK 0.37 0 0.26 0.15
HSL 138.52º 0.52% 0.7% -
HSV(B) 138.52º 0.37% 0.85% -
XYZ 41.91 58.07 43.18 -
YUV 187.4 113.66 92.05 -
System Red Green Blue C M Y K H S L
Decimal 137 218 162 0.37 0 0.26 0.15 138.52 0.52 0.7
Hex 89 DA A2 25 0 1A F 8B 34 46
Octal 211 332 242 45 0 32 17 213 64 106
Binary 10001001 11011010 10100010 100101 0 11010 1111 10001011 110100 1000110

Color Harmonies of #89DAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89DAA2

Black with #89DAA2

Text Example


Text Example

White with #89DAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,218,162); }

 H1.HeaderClassName
 {
   color: #89DAA2;
 }
 .AnyTagClassName
 {
   color: #89DAA2;
 }
</style>

background-color css

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

 a { background-color: rgb(137,218,162); }

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

border-color css

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

 span { border-color: rgb(137,218,162); }

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