Html Css Color HEX #97CEA2 Chinook

📋 copy color: '#97CEA2'

red 151 ◦ green 206 ◦ blue 162

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

Shades of Chinook #97CEA2

Tints of Chinook #97CEA2

RGB

 RED value IS 151 (59.38% from 255) = 29.09%

 GREEN value IS 206 (80.86% from 255) = 39.69%

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

R = 29.09%
G = 39.69%
B = 31.21%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#97CEA2 (or 0x97CEA2) is known color: Chinook. HEX triplet: 97, CE and A2. RGB value is (151,206,162). Sum of RGB (Red+Green+Blue) = 151+206+162=519 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.09% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 162 (63.67% from 255 or 31.21% from 519); Max value from RGB is 206 - color contains mainly: green. Hex color #97CEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97CEA2 is #68315D. Grayscale: #B8B8B8. Windows color (decimal): -6828382 or 10669719. OLE color: 10669719.

HSL color Cylindrical-coordinate representation of color #97CEA2: hue angle of 132º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97CEA2 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 206 162 -
CMYK 0.27 0 0.21 0.19
HSL 132º 0.36% 0.7% -
HSV(B) 132º 0.27% 0.81% -
XYZ 41.36 53.33 42.3 -
YUV 184.54 115.28 104.08 -
System Red Green Blue C M Y K H S L
Decimal 151 206 162 0.27 0 0.21 0.19 132 0.36 0.7
Hex 97 CE A2 1B 0 15 13 84 24 46
Octal 227 316 242 33 0 25 23 204 44 106
Binary 10010111 11001110 10100010 11011 0 10101 10011 10000100 100100 1000110

Color Harmonies of #97CEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97CEA2

Black with #97CEA2

Text Example


Text Example

White with #97CEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97CEA2; }

 p { color: rgb(151,206,162); }

 H1.HeaderClassName
 {
   color: #97CEA2;
 }
 .AnyTagClassName
 {
   color: #97CEA2;
 }
</style>

background-color css

<style>
 a { background-color: #97CEA2; }

 a { background-color: rgb(151,206,162); }

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

border-color css

<style>
 span { border-color: #97CEA2; }

 span { border-color: rgb(151,206,162); }

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