Html Css Color HEX #97EAA8 Chinook

📋 copy color: '#97EAA8'

red 151 ◦ green 234 ◦ blue 168

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

Shades of Chinook #97EAA8

Tints of Chinook #97EAA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.38%

R = 27.31%
G = 42.31%
B = 30.38%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#97EAA8 (or 0x97EAA8) is known color: Chinook. HEX triplet: 97, EA and A8. RGB value is (151,234,168). Sum of RGB (Red+Green+Blue) = 151+234+168=553 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.31% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 168 (66.02% from 255 or 30.38% from 553); Max value from RGB is 234 - color contains mainly: green. Hex color #97EAA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97EAA8 is #681557. Grayscale: #C9C9C9. Windows color (decimal): -6821208 or 11070103. OLE color: 11070103.

HSL color Cylindrical-coordinate representation of color #97EAA8: hue angle of 132.29º 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 #97EAA8 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 151 234 168 -
CMYK 0.35 0 0.28 0.08
HSL 132.29º 0.66% 0.75% -
HSV(B) 132.29º 0.35% 0.92% -
XYZ 49.25 68.25 47.62 -
YUV 201.66 109 91.87 -
System Red Green Blue C M Y K H S L
Decimal 151 234 168 0.35 0 0.28 0.08 132.29 0.66 0.75
Hex 97 EA A8 23 0 1C 8 84 42 4B
Octal 227 352 250 43 0 34 10 204 102 113
Binary 10010111 11101010 10101000 100011 0 11100 1000 10000100 1000010 1001011

Color Harmonies of #97EAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97EAA8

Black with #97EAA8

Text Example


Text Example

White with #97EAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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