Html Css Color HEX #97E0AA Chinook

📋 copy color: '#97E0AA'

red 151 ◦ green 224 ◦ blue 170

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

Shades of Chinook #97E0AA

Tints of Chinook #97E0AA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.1%

 BLUE value IS 170 (66.8% from 255) = 31.19%

R = 27.71%
G = 41.1%
B = 31.19%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#97E0AA (or 0x97E0AA) is known color: Chinook. HEX triplet: 97, E0 and AA. RGB value is (151,224,170). Sum of RGB (Red+Green+Blue) = 151+224+170=545 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.71% from 545); Green value is 224 (87.89% from 255 or 41.10% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 224 - color contains mainly: green. Hex color #97E0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97E0AA is #681F55. Grayscale: #C4C4C4. Windows color (decimal): -6823766 or 11198615. OLE color: 11198615.

HSL color Cylindrical-coordinate representation of color #97E0AA: hue angle of 135.62º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #97E0AA is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 151 224 170 -
CMYK 0.33 0 0.24 0.12
HSL 135.62º 0.54% 0.74% -
HSV(B) 135.62º 0.33% 0.88% -
XYZ 46.67 62.79 47.69 -
YUV 196.02 113.32 95.89 -
System Red Green Blue C M Y K H S L
Decimal 151 224 170 0.33 0 0.24 0.12 135.62 0.54 0.74
Hex 97 E0 AA 21 0 18 C 88 36 4A
Octal 227 340 252 41 0 30 14 210 66 112
Binary 10010111 11100000 10101010 100001 0 11000 1100 10001000 110110 1001010

Color Harmonies of #97E0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E0AA

Black with #97E0AA

Text Example


Text Example

White with #97E0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,224,170); }

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

background-color css

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

 a { background-color: rgb(151,224,170); }

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

border-color css

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

 span { border-color: rgb(151,224,170); }

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