Html Css Color HEX #97DFAC Chinook

📋 copy color: '#97DFAC'

red 151 ◦ green 223 ◦ blue 172

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

Shades of Chinook #97DFAC

Tints of Chinook #97DFAC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.84%

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

R = 27.66%
G = 40.84%
B = 31.5%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#97DFAC (or 0x97DFAC) is known color: Chinook. HEX triplet: 97, DF and AC. RGB value is (151,223,172). Sum of RGB (Red+Green+Blue) = 151+223+172=546 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.66% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 223 - color contains mainly: green. Hex color #97DFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DFAC is #682053. Grayscale: #C3C3C3. Windows color (decimal): -6824020 or 11329431. OLE color: 11329431.

HSL color Cylindrical-coordinate representation of color #97DFAC: hue angle of 137.5º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97DFAC is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 223 172 -
CMYK 0.32 0 0.23 0.13
HSL 137.5º 0.53% 0.73% -
HSV(B) 137.5º 0.32% 0.87% -
XYZ 46.6 62.33 48.61 -
YUV 195.66 114.65 96.15 -
System Red Green Blue C M Y K H S L
Decimal 151 223 172 0.32 0 0.23 0.13 137.5 0.53 0.73
Hex 97 DF AC 20 0 17 D 8A 35 49
Octal 227 337 254 40 0 27 15 212 65 111
Binary 10010111 11011111 10101100 100000 0 10111 1101 10001010 110101 1001001

Color Harmonies of #97DFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DFAC

Black with #97DFAC

Text Example


Text Example

White with #97DFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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