#97ECAC

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

Shades of Chinook #97ECAC

Tints of Chinook #97ECAC

Color information

#97ECAC (or 0x97ECAC) is unknown color: approx Chinook. HEX triplet: 97, EC and AC. RGB value is (151,236,172). Sum of RGB (Red+Green+Blue) = 151+236+172=559 (74% of max value = 765). Red value is 151 (59.38% from 255 or 27.01% from 559); Green value is 236 (92.58% from 255 or 42.22% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 236 - color contains mainly: green. Hex color #97ECAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97ECAC is #681353. Grayscale: #CBCBCB. Windows color (decimal): -6820692 or 11332759. OLE color: 11332759.

HSL color Cylindrical-coordinate representation of color #97ECAC: hue angle of 134.82º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97ECAC is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB151236172-
CMYK0.3600.270.07
HSL134.82º69.11%75.88%-
HSV(B)134.82º36.02%92.55%-
XYZ50.269.5549.81-
YUV203.29110.3490.7-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.01%
GREEN value IS 236 (92.58% from 255) = 42.22%
BLUE value IS 172 (67.58% from 255) = 30.77%
R=27.01%
G=42.22%
B=30.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1512361720.3600.270.07134.8269.1175.88
Hex97ECAC2401B787454c
Octal227354254440337207105114
Binary1001011111101100101011001001000110111111000011110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ECAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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