Html Css Color HEX #97DCAC Chinook

📋 copy color: '#97DCAC'

red 151 ◦ green 220 ◦ blue 172

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

Shades of Chinook #97DCAC

Tints of Chinook #97DCAC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.52%

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

R = 27.81%
G = 40.52%
B = 31.68%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#97DCAC (or 0x97DCAC) is known color: Chinook. HEX triplet: 97, DC and AC. RGB value is (151,220,172). Sum of RGB (Red+Green+Blue) = 151+220+172=543 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.81% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #97DCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DCAC is #682353. Grayscale: #C2C2C2. Windows color (decimal): -6824788 or 11328663. OLE color: 11328663.

HSL color Cylindrical-coordinate representation of color #97DCAC: hue angle of 138.26º degrees, saturation: 0.5, 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 #97DCAC is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 220 172 -
CMYK 0.31 0 0.22 0.14
HSL 138.26º 0.5% 0.73% -
HSV(B) 138.26º 0.31% 0.86% -
XYZ 45.8 60.74 48.34 -
YUV 193.9 115.64 97.4 -
System Red Green Blue C M Y K H S L
Decimal 151 220 172 0.31 0 0.22 0.14 138.26 0.5 0.73
Hex 97 DC AC 1F 0 16 E 8A 32 49
Octal 227 334 254 37 0 26 16 212 62 111
Binary 10010111 11011100 10101100 11111 0 10110 1110 10001010 110010 1001001

Color Harmonies of #97DCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DCAC

Black with #97DCAC

Text Example


Text Example

White with #97DCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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