Html Css Color HEX #97C5A5 Chinook

📋 copy color: '#97C5A5'

red 151 ◦ green 197 ◦ blue 165

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

Shades of Chinook #97C5A5

Tints of Chinook #97C5A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.16%

R = 29.43%
G = 38.4%
B = 32.16%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#97C5A5 (or 0x97C5A5) is known color: Chinook. HEX triplet: 97, C5 and A5. RGB value is (151,197,165). Sum of RGB (Red+Green+Blue) = 151+197+165=513 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.43% from 513); Green value is 197 (77.34% from 255 or 38.40% from 513); Blue value is 165 (64.84% from 255 or 32.16% from 513); Max value from RGB is 197 - color contains mainly: green. Hex color #97C5A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C5A5 is #683A5A. Grayscale: #B3B3B3. Windows color (decimal): -6830683 or 10864023. OLE color: 10864023.

HSL color Cylindrical-coordinate representation of color #97C5A5: hue angle of 138.26º 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 #97C5A5 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB 151 197 165 -
CMYK 0.23 0 0.16 0.23
HSL 138.26º 0.28% 0.68% -
HSV(B) 138.26º 0.23% 0.77% -
XYZ 39.52 49.23 43.02 -
YUV 179.6 119.76 107.6 -
System Red Green Blue C M Y K H S L
Decimal 151 197 165 0.23 0 0.16 0.23 138.26 0.28 0.68
Hex 97 C5 A5 17 0 10 17 8A 1C 44
Octal 227 305 245 27 0 20 27 212 34 104
Binary 10010111 11000101 10100101 10111 0 10000 10111 10001010 11100 1000100

Color Harmonies of #97C5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C5A5

Black with #97C5A5

Text Example


Text Example

White with #97C5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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