Html Css Color HEX #97DBAC Chinook

📋 copy color: '#97DBAC'

red 151 ◦ green 219 ◦ blue 172

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

Shades of Chinook #97DBAC

Tints of Chinook #97DBAC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.41%

 BLUE value IS 172 (67.58% from 255) = 31.73%

R = 27.86%
G = 40.41%
B = 31.73%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#97DBAC (or 0x97DBAC) is known color: Chinook. HEX triplet: 97, DB and AC. RGB value is (151,219,172). Sum of RGB (Red+Green+Blue) = 151+219+172=542 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.86% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 219 - color contains mainly: green. Hex color #97DBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DBAC is #682453. Grayscale: #C1C1C1. Windows color (decimal): -6825044 or 11328407. OLE color: 11328407.

HSL color Cylindrical-coordinate representation of color #97DBAC: hue angle of 138.53º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97DBAC is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 219 172 -
CMYK 0.31 0 0.21 0.14
HSL 138.53º 0.49% 0.73% -
HSV(B) 138.53º 0.31% 0.86% -
XYZ 45.54 60.22 48.25 -
YUV 193.31 115.97 97.82 -
System Red Green Blue C M Y K H S L
Decimal 151 219 172 0.31 0 0.21 0.14 138.53 0.49 0.73
Hex 97 DB AC 1F 0 15 E 8B 31 49
Octal 227 333 254 37 0 25 16 213 61 111
Binary 10010111 11011011 10101100 11111 0 10101 1110 10001011 110001 1001001

Color Harmonies of #97DBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DBAC

Black with #97DBAC

Text Example


Text Example

White with #97DBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,219,172); }

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

background-color css

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

 a { background-color: rgb(151,219,172); }

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

border-color css

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

 span { border-color: rgb(151,219,172); }

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