#97DDA3

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

Shades of Chinook #97DDA3

Tints of Chinook #97DDA3

Color information

#97DDA3 (or 0x97DDA3) is unknown color: approx Chinook. HEX triplet: 97, DD and A3. RGB value is (151,221,163). Sum of RGB (Red+Green+Blue) = 151+221+163=535 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.22% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 163 (64.06% from 255 or 30.47% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #97DDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DDA3 is #68225C. Grayscale: #C1C1C1. Windows color (decimal): -6824541 or 10739095. OLE color: 10739095.

HSL color Cylindrical-coordinate representation of color #97DDA3: hue angle of 130.29º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97DDA3 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB151221163-
CMYK0.3200.260.13
HSL130.29º50.72%72.94%-
HSV(B)130.29º31.67%86.67%-
XYZ45.2360.9444.03-
YUV193.46110.8197.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.22%
GREEN value IS 221 (86.72% from 255) = 41.31%
BLUE value IS 163 (64.06% from 255) = 30.47%
R=28.22%
G=41.31%
B=30.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1512211630.3200.260.13130.2950.7272.94
Hex97DDA32001AD823349
Octal227335243400321520263111
Binary1001011111011101101000111000000110101101100000101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,221,163); }

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

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

 a { background-color: rgb(151,221,163); }

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

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

 span { border-color: rgb(151,221,163); }

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