Html Css Color HEX #97DEAA Chinook

📋 copy color: '#97DEAA'

red 151 ◦ green 222 ◦ blue 170

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

Shades of Chinook #97DEAA

Tints of Chinook #97DEAA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.88%

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

R = 27.81%
G = 40.88%
B = 31.31%

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

#97DEAA (or 0x97DEAA) is known color: Chinook. HEX triplet: 97, DE and AA. RGB value is (151,222,170). Sum of RGB (Red+Green+Blue) = 151+222+170=543 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.81% from 543); Green value is 222 (87.11% from 255 or 40.88% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 222 - color contains mainly: green. Hex color #97DEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DEAA is #682155. Grayscale: #C2C2C2. Windows color (decimal): -6824278 or 11198103. OLE color: 11198103.

HSL color Cylindrical-coordinate representation of color #97DEAA: hue angle of 136.06º degrees, saturation: 0.52, 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 #97DEAA is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 222 170 -
CMYK 0.32 0 0.23 0.13
HSL 136.06º 0.52% 0.73% -
HSV(B) 136.06º 0.32% 0.87% -
XYZ 46.14 61.72 47.51 -
YUV 194.84 113.98 96.73 -
System Red Green Blue C M Y K H S L
Decimal 151 222 170 0.32 0 0.23 0.13 136.06 0.52 0.73
Hex 97 DE AA 20 0 17 D 88 34 49
Octal 227 336 252 40 0 27 15 210 64 111
Binary 10010111 11011110 10101010 100000 0 10111 1101 10001000 110100 1001001

Color Harmonies of #97DEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DEAA

Black with #97DEAA

Text Example


Text Example

White with #97DEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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