Html Css Color HEX #97D9AA Chinook

📋 copy color: '#97D9AA'

red 151 ◦ green 217 ◦ blue 170

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

Shades of Chinook #97D9AA

Tints of Chinook #97D9AA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.33%

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

R = 28.07%
G = 40.33%
B = 31.6%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#97D9AA (or 0x97D9AA) is known color: Chinook. HEX triplet: 97, D9 and AA. RGB value is (151,217,170). Sum of RGB (Red+Green+Blue) = 151+217+170=538 (71% of max value = 765). Red value is 151 (59.38% from 255 or 28.07% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 217 - color contains mainly: green. Hex color #97D9AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D9AA is #682655. Grayscale: #C0C0C0. Windows color (decimal): -6825558 or 11196823. OLE color: 11196823.

HSL color Cylindrical-coordinate representation of color #97D9AA: hue angle of 137.27º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97D9AA is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 217 170 -
CMYK 0.30 0 0.22 0.15
HSL 137.27º 0.46% 0.72% -
HSV(B) 137.27º 0.3% 0.85% -
XYZ 44.83 59.11 47.08 -
YUV 191.91 115.63 98.82 -
System Red Green Blue C M Y K H S L
Decimal 151 217 170 0.30 0 0.22 0.15 137.27 0.46 0.72
Hex 97 D9 AA 1E 0 16 F 89 2E 48
Octal 227 331 252 36 0 26 17 211 56 110
Binary 10010111 11011001 10101010 11110 0 10110 1111 10001001 101110 1001000

Color Harmonies of #97D9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D9AA

Black with #97D9AA

Text Example


Text Example

White with #97D9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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