Html Css Color HEX #97EAA5 Chinook

📋 copy color: '#97EAA5'

red 151 ◦ green 234 ◦ blue 165

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

Shades of Chinook #97EAA5

Tints of Chinook #97EAA5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.55%

 BLUE value IS 165 (64.84% from 255) = 30%

R = 27.45%
G = 42.55%
B = 30%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#97EAA5 (or 0x97EAA5) is known color: Chinook. HEX triplet: 97, EA and A5. RGB value is (151,234,165). Sum of RGB (Red+Green+Blue) = 151+234+165=550 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.45% from 550); Green value is 234 (91.80% from 255 or 42.55% from 550); Blue value is 165 (64.84% from 255 or 30% from 550); Max value from RGB is 234 - color contains mainly: green. Hex color #97EAA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97EAA5 is #68155A. Grayscale: #C9C9C9. Windows color (decimal): -6821211 or 10873495. OLE color: 10873495.

HSL color Cylindrical-coordinate representation of color #97EAA5: hue angle of 130.12º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97EAA5 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 151 234 165 -
CMYK 0.35 0 0.29 0.08
HSL 130.12º 0.66% 0.75% -
HSV(B) 130.12º 0.35% 0.92% -
XYZ 48.98 68.14 46.17 -
YUV 201.32 107.5 92.11 -
System Red Green Blue C M Y K H S L
Decimal 151 234 165 0.35 0 0.29 0.08 130.12 0.66 0.75
Hex 97 EA A5 23 0 1D 8 82 42 4B
Octal 227 352 245 43 0 35 10 202 102 113
Binary 10010111 11101010 10100101 100011 0 11101 1000 10000010 1000010 1001011

Color Harmonies of #97EAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97EAA5

Black with #97EAA5

Text Example


Text Example

White with #97EAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,234,165); }

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

background-color css

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

 a { background-color: rgb(151,234,165); }

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

border-color css

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

 span { border-color: rgb(151,234,165); }

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