Html Css Color HEX #97DCA3 Chinook

📋 copy color: '#97DCA3'

red 151 ◦ green 220 ◦ blue 163

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

Shades of Chinook #97DCA3

Tints of Chinook #97DCA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 30.52%

R = 28.28%
G = 41.2%
B = 30.52%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#97DCA3 (or 0x97DCA3) is known color: Chinook. HEX triplet: 97, DC and A3. RGB value is (151,220,163). Sum of RGB (Red+Green+Blue) = 151+220+163=534 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.28% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 163 (64.06% from 255 or 30.52% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #97DCA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DCA3 is #68235C. Grayscale: #C1C1C1. Windows color (decimal): -6824797 or 10738839. OLE color: 10738839.

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

Color convert

RGB 151 220 163 -
CMYK 0.31 0 0.26 0.14
HSL 130.43º 0.5% 0.73% -
HSV(B) 130.43º 0.31% 0.86% -
XYZ 44.97 60.41 43.94 -
YUV 192.87 111.14 98.13 -
System Red Green Blue C M Y K H S L
Decimal 151 220 163 0.31 0 0.26 0.14 130.43 0.5 0.73
Hex 97 DC A3 1F 0 1A E 82 32 49
Octal 227 334 243 37 0 32 16 202 62 111
Binary 10010111 11011100 10100011 11111 0 11010 1110 10000010 110010 1001001

Color Harmonies of #97DCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DCA3

Black with #97DCA3

Text Example


Text Example

White with #97DCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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