#97CEA4

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

Shades of Chinook #97CEA4

Tints of Chinook #97CEA4

Color information

#97CEA4 (or 0x97CEA4) is unknown color: approx Chinook. HEX triplet: 97, CE and A4. RGB value is (151,206,164). Sum of RGB (Red+Green+Blue) = 151+206+164=521 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.98% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 164 (64.45% from 255 or 31.48% from 521); Max value from RGB is 206 - color contains mainly: green. Hex color #97CEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97CEA4 is #68315B. Grayscale: #B8B8B8. Windows color (decimal): -6828380 or 10800791. OLE color: 10800791.

HSL color Cylindrical-coordinate representation of color #97CEA4: hue angle of 134.18º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97CEA4 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB151206164-
CMYK0.2700.200.19
HSL134.18º35.95%70%-
HSV(B)134.18º26.7%80.78%-
XYZ41.5353.443.24-
YUV184.77116.28103.92-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.98%
GREEN value IS 206 (80.86% from 255) = 39.54%
BLUE value IS 164 (64.45% from 255) = 31.48%
R=28.98%
G=39.54%
B=31.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1512061640.2700.200.19134.1835.9570
Hex97CEA41B01413862446
Octal227316244330242320644106
Binary1001011111001110101001001101101010010011100001101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,206,164); }

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

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

 a { background-color: rgb(151,206,164); }

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

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

 span { border-color: rgb(151,206,164); }

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