Html Css Color HEX #97C5A0 Chinook

📋 copy color: '#97C5A0'

red 151 ◦ green 197 ◦ blue 160

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

Shades of Chinook #97C5A0

Tints of Chinook #97C5A0

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.78%

 BLUE value IS 160 (62.89% from 255) = 31.5%

R = 29.72%
G = 38.78%
B = 31.5%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#97C5A0 (or 0x97C5A0) is known color: Chinook. HEX triplet: 97, C5 and A0. RGB value is (151,197,160). Sum of RGB (Red+Green+Blue) = 151+197+160=508 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.72% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 197 - color contains mainly: green. Hex color #97C5A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C5A0 is #683A5F. Grayscale: #B3B3B3. Windows color (decimal): -6830688 or 10536343. OLE color: 10536343.

HSL color Cylindrical-coordinate representation of color #97C5A0: hue angle of 131.74º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97C5A0 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 151 197 160 -
CMYK 0.23 0 0.19 0.23
HSL 131.74º 0.28% 0.68% -
HSV(B) 131.74º 0.23% 0.77% -
XYZ 39.07 49.05 40.67 -
YUV 179.03 117.26 108.01 -
System Red Green Blue C M Y K H S L
Decimal 151 197 160 0.23 0 0.19 0.23 131.74 0.28 0.68
Hex 97 C5 A0 17 0 13 17 84 1C 44
Octal 227 305 240 27 0 23 27 204 34 104
Binary 10010111 11000101 10100000 10111 0 10011 10111 10000100 11100 1000100

Color Harmonies of #97C5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C5A0

Black with #97C5A0

Text Example


Text Example

White with #97C5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,197,160); }

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

background-color css

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

 a { background-color: rgb(151,197,160); }

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

border-color css

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

 span { border-color: rgb(151,197,160); }

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