#97E5AC

Color #97E5AC Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #97E5AC

Tints of Chinook #97E5AC

Color information

#97E5AC (or 0x97E5AC) is unknown color: approx Chinook. HEX triplet: 97, E5 and AC. RGB value is (151,229,172). Sum of RGB (Red+Green+Blue) = 151+229+172=552 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.36% from 552); Green value is 229 (89.84% from 255 or 41.49% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 229 - color contains mainly: green. Hex color #97E5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97E5AC is #681A53. Grayscale: #C7C7C7. Windows color (decimal): -6822484 or 11330967. OLE color: 11330967.

HSL color Cylindrical-coordinate representation of color #97E5AC: hue angle of 136.15º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #97E5AC is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB151229172-
CMYK0.3400.250.10
HSL136.15º60%74.51%-
HSV(B)136.15º34.06%89.8%-
XYZ48.2365.649.15-
YUV199.18112.6693.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.36%
GREEN value IS 229 (89.84% from 255) = 41.49%
BLUE value IS 172 (67.58% from 255) = 31.16%
R=27.36%
G=41.49%
B=31.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1512291720.3400.250.10136.156074.51
Hex97E5AC22019A883c4b
Octal227345254420311221074113
Binary1001011111100101101011001000100110011010100010001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,229,172); }

 H1.HeaderClassName
 {
   color: #97E5AC;
 }
 .AnyTagClassName
 {
   color: #97E5AC;
 }
</style>
background-color css

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

 a { background-color: rgb(151,229,172); }

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

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

 span { border-color: rgb(151,229,172); }

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